Color Hex Logo

#dbcf61 Color Hex

#DBCF61
(219,207,97)
0 Favorites   0 Comments

Color spaces of #dbcf61

RGB 21920797
HSL0.150.630.62
HSV54°56°86°
CMYK 0.000.050.56   0.14
XYZ53.683960.548820.1669
Yxy60.54880.39940.4505
Hunter Lab77.8131-13.024339.1029
CIE-Lab82.1356-9.692055.1945

#dbcf61 color RGB value is (219,207,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001111 01100001
Octal 333 317 141
Decimal 219 207 97
Hex DB CF 61

RGB Percentages of Color #dbcf61

%41.87
%39.58
%18.55

CMYK Percentages of Color #dbcf61

%0
%5
%56
%14

Triadic Colors of #dbcf61

#dbcf61 #61dbcf #cf61db

Analogous Colors of #dbcf61

#dbcf61 #aadb61 #db9261

Monochromatic Colors of #dbcf61

#dbcf61

Complementary Color

#dbcf61 #616ddb

#dbcf61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbcf61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbcf61 Color CSS Codes

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

#dbcf61 Text Font Color

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

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


#dbcf61 Background Color

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

This div background color is #dbcf61


#dbcf61 Border Color

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

This div border color is #dbcf61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbcf61


Comments

No comments written yet.

Please login to write comment.