Color Hex Logo

#dbcd1d Color Hex

#DBCD1D
(219,205,29)
0 Favorites   0 Comments

Color spaces of #dbcd1d

RGB 21920529
HSL0.150.770.49
HSV56°87°86°
CMYK 0.000.060.87   0.14
XYZ51.266558.81149.8121
Yxy58.81140.42760.4905
Hunter Lab76.6886-14.877446.0960
CIE-Lab81.1878-11.906177.8986

#dbcd1d color RGB value is (219,205,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001101 00011101
Octal 333 315 35
Decimal 219 205 29
Hex DB CD 1D

RGB Percentages of Color #dbcd1d

%48.34
%45.25
%6.40

CMYK Percentages of Color #dbcd1d

%0
%6
%87
%14

Triadic Colors of #dbcd1d

#dbcd1d #1ddbcd #cd1ddb

Analogous Colors of #dbcd1d

#dbcd1d #8adb1d #db6e1d

Monochromatic Colors of #dbcd1d

#dbcd1d

Complementary Color

#dbcd1d #1d2bdb

#dbcd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcd1d Color CSS Codes

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

#dbcd1d Text Font Color

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

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


#dbcd1d Background Color

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

This div background color is #dbcd1d


#dbcd1d Border Color

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

This div border color is #dbcd1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,205,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 #dbcd1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcd1d


Comments

No comments written yet.

Please login to write comment.