Color Hex Logo

#dbcf1d Color Hex

#DBCF1D
(219,207,29)
0 Favorites   0 Comments

Color spaces of #dbcf1d

RGB 21920729
HSL0.160.770.49
HSV56°87°86°
CMYK 0.000.050.87   0.14
XYZ51.748059.77449.9726
Yxy59.77440.42590.4920
Hunter Lab77.3139-15.825146.4720
CIE-Lab81.7154-12.910078.3220

#dbcf1d color RGB value is (219,207,29).

#dbcf1d hex color red value is 219, green value is 207 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dbcf1d hue: 0.16 , saturation: 0.77 and the lightness value of dbcf1d is 0.49.

The process color (four color CMYK) of #dbcf1d color hex is 0.00, 0.05, 0.87, 0.14. Web safe color of #dbcf1d is #cccc33. Color #dbcf1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 00011101
Octal 333 317 35
Decimal 219 207 29
Hex DB CF 1D

RGB Percentages of Color #dbcf1d

%48.13
%45.49
%6.37

CMYK Percentages of Color #dbcf1d

%0
%5
%87
%14

Triadic Colors of #dbcf1d

#dbcf1d #1ddbcf #cf1ddb

Analogous Colors of #dbcf1d

#dbcf1d #88db1d #db701d

Monochromatic Colors of #dbcf1d

#dbcf1d

Complementary Color

#dbcf1d #1d29db

#dbcf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf1d Color CSS Codes

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

#dbcf1d Text Font Color

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

This sample text font color is #dbcf1d
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.


#dbcf1d Background Color

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

This div background color is #dbcf1d


#dbcf1d Border Color

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

This div border color is #dbcf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf1d


Comments

No comments written yet.

Please login to write comment.