Color Hex Logo

#dbcc43 Color Hex

#DBCC43
(219,204,67)
0 Favorites   0 Comments

Color spaces of #dbcc43

RGB 21920467
HSL0.150.680.56
HSV54°69°86°
CMYK 0.000.070.69   0.14
XYZ51.819458.651013.8998
Yxy58.65100.41670.4716
Hunter Lab76.5839-13.242542.8478
CIE-Lab81.0994-10.067066.7089

#dbcc43 color RGB value is (219,204,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 01000011
Octal 333 314 103
Decimal 219 204 67
Hex DB CC 43

RGB Percentages of Color #dbcc43

%44.69
%41.63
%13.67

CMYK Percentages of Color #dbcc43

%0
%7
%69
%14

Triadic Colors of #dbcc43

#dbcc43 #43dbcc #cc43db

Analogous Colors of #dbcc43

#dbcc43 #9edb43 #db8043

Monochromatic Colors of #dbcc43

#dbcc43

Complementary Color

#dbcc43 #4352db

#dbcc43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc43 Color CSS Codes

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

#dbcc43 Text Font Color

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

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


#dbcc43 Background Color

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

This div background color is #dbcc43


#dbcc43 Border Color

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

This div border color is #dbcc43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc43


Comments

No comments written yet.

Please login to write comment.