Color Hex Logo

#dbcc1d Color Hex

#DBCC1D
(219,204,29)
0 Favorites   0 Comments

Color spaces of #dbcc1d

RGB 21920429
HSL0.150.770.49
HSV55°87°86°
CMYK 0.000.070.87   0.14
XYZ51.028158.33459.7326
Yxy58.33450.42850.4898
Hunter Lab76.3770-14.402545.9087
CIE-Lab80.9244-11.402677.6873

#dbcc1d color RGB value is (219,204,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 00011101
Octal 333 314 35
Decimal 219 204 29
Hex DB CC 1D

RGB Percentages of Color #dbcc1d

%48.45
%45.13
%6.42

CMYK Percentages of Color #dbcc1d

%0
%7
%87
%14

Triadic Colors of #dbcc1d

#dbcc1d #1ddbcc #cc1ddb

Analogous Colors of #dbcc1d

#dbcc1d #8bdb1d #db6d1d

Monochromatic Colors of #dbcc1d

#dbcc1d

Complementary Color

#dbcc1d #1d2cdb

#dbcc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc1d Color CSS Codes

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

#dbcc1d Text Font Color

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

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


#dbcc1d Background Color

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

This div background color is #dbcc1d


#dbcc1d Border Color

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

This div border color is #dbcc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc1d


Comments

No comments written yet.

Please login to write comment.