Color Hex Logo

#dbcf50 Color Hex

#DBCF50
(219,207,80)
0 Favorites   0 Comments

Color spaces of #dbcf50

RGB 21920780
HSL0.150.660.59
HSV55°63°86°
CMYK 0.000.050.63   0.14
XYZ52.974260.264916.4297
Yxy60.26490.40850.4648
Hunter Lab77.6305-14.046841.7932
CIE-Lab81.9820-10.859362.4581

#dbcf50 color RGB value is (219,207,80).

#dbcf50 hex color red value is 219, green value is 207 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #dbcf50 hue: 0.15 , saturation: 0.66 and the lightness value of dbcf50 is 0.59.

The process color (four color CMYK) of #dbcf50 color hex is 0.00, 0.05, 0.63, 0.14. Web safe color of #dbcf50 is #cccc66. Color #dbcf50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 01010000
Octal 333 317 120
Decimal 219 207 80
Hex DB CF 50

RGB Percentages of Color #dbcf50

%43.28
%40.91
%15.81

CMYK Percentages of Color #dbcf50

%0
%5
%63
%14

Triadic Colors of #dbcf50

#dbcf50 #50dbcf #cf50db

Analogous Colors of #dbcf50

#dbcf50 #a2db50 #db8a50

Monochromatic Colors of #dbcf50

#dbcf50

Complementary Color

#dbcf50 #505cdb

#dbcf50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf50 Color CSS Codes

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

#dbcf50 Text Font Color

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

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


#dbcf50 Background Color

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

This div background color is #dbcf50


#dbcf50 Border Color

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

This div border color is #dbcf50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf50


Comments

No comments written yet.

Please login to write comment.