Color Hex Logo

#dbcd0d Color Hex

#DBCD0D
(219,205,13)
0 Favorites   0 Comments

Color spaces of #dbcd0d

RGB 21920513
HSL0.160.890.45
HSV56°94°86°
CMYK 0.000.060.94   0.14
XYZ51.117458.75189.0268
Yxy58.75180.42990.4941
Hunter Lab76.6497-15.096146.6724
CIE-Lab81.1550-12.159580.3009

#dbcd0d color RGB value is (219,205,13).

#dbcd0d hex color red value is 219, green value is 205 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dbcd0d hue: 0.16 , saturation: 0.89 and the lightness value of dbcd0d is 0.45.

The process color (four color CMYK) of #dbcd0d color hex is 0.00, 0.06, 0.94, 0.14. Web safe color of #dbcd0d is #cccc00. Color #dbcd0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 00001101
Octal 333 315 15
Decimal 219 205 13
Hex DB CD D

RGB Percentages of Color #dbcd0d

%50.11
%46.91
%2.97

CMYK Percentages of Color #dbcd0d

%0
%6
%94
%14

Triadic Colors of #dbcd0d

#dbcd0d #0ddbcd #cd0ddb

Analogous Colors of #dbcd0d

#dbcd0d #82db0d #db660d

Monochromatic Colors of #dbcd0d

#dbcd0d

Complementary Color

#dbcd0d #0d1bdb

#dbcd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcd0d Color CSS Codes

.mybgcolor {background-color:#dbcd0d; } 
.myforecolor {color:#dbcd0d; }
.mybordercolor {border:3px solid #dbcd0d; }

#dbcd0d Text Font Color

<p style="color:#dbcd0d">Text here</p>

This sample text font color is #dbcd0d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbcd0d Background Color

<div style="background-color:#dbcd0d">
Div content here</div>

This div background color is #dbcd0d


#dbcd0d Border Color

<div style="border:3px solid #dbcd0d">
Div here</div>

This div border color is #dbcd0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,205,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbcd0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbcd0d;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcd0d;
  box-shadow:         1px 1px 3px 2px #dbcd0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,205,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbcd0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbcd0d;
  -webkit-box-shadow: 1px 1px 3px 2px #dbcd0d;
  box-shadow:         1px 1px 3px 2px #dbcd0d;">
Div content here</div>

This div box has shadow with color #dbcd0d


Comments

No comments written yet.

Please login to write comment.