Color Hex Logo

#dbcc20 Color Hex

#DBCC20
(219,204,32)
0 Favorites   0 Comments

Color spaces of #dbcc20

RGB 21920432
HSL0.150.750.49
HSV55°85°86°
CMYK 0.000.070.85   0.14
XYZ51.067058.35019.9377
Yxy58.35010.42790.4889
Hunter Lab76.3872-14.345445.7577
CIE-Lab80.9330-11.336677.0784

#dbcc20 color RGB value is (219,204,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001100 00100000
Octal 333 314 40
Decimal 219 204 32
Hex DB CC 20

RGB Percentages of Color #dbcc20

%48.13
%44.84
%7.03

CMYK Percentages of Color #dbcc20

%0
%7
%85
%14

Triadic Colors of #dbcc20

#dbcc20 #20dbcc #cc20db

Analogous Colors of #dbcc20

#dbcc20 #8ddb20 #db6f20

Monochromatic Colors of #dbcc20

#dbcc20

Complementary Color

#dbcc20 #202fdb

#dbcc20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcc20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcc20 Color CSS Codes

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

#dbcc20 Text Font Color

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

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


#dbcc20 Background Color

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

This div background color is #dbcc20


#dbcc20 Border Color

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

This div border color is #dbcc20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcc20


Comments

No comments written yet.

Please login to write comment.