Color Hex Logo

#dbc068 Color Hex

#DBC068
(219,192,104)
0 Favorites   0 Comments

Color spaces of #dbc068

RGB 219192104
HSL0.130.610.63
HSV46°53°86°
CMYK 0.000.120.53   0.14
XYZ50.561753.758820.8083
Yxy53.75880.40410.4296
Hunter Lab73.3204-5.217234.4978
CIE-Lab78.3209-1.422447.4214

#dbc068 color RGB value is (219,192,104).

#dbc068 hex color red value is 219, green value is 192 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #dbc068 hue: 0.13 , saturation: 0.61 and the lightness value of dbc068 is 0.63.

The process color (four color CMYK) of #dbc068 color hex is 0.00, 0.12, 0.53, 0.14. Web safe color of #dbc068 is #cccc66. Color #dbc068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 01101000
Octal 333 300 150
Decimal 219 192 104
Hex DB C0 68

RGB Percentages of Color #dbc068

%42.52
%37.28
%20.19

CMYK Percentages of Color #dbc068

%0
%12
%53
%14

Triadic Colors of #dbc068

#dbc068 #68dbc0 #c068db

Analogous Colors of #dbc068

#dbc068 #bddb68 #db8768

Monochromatic Colors of #dbc068

#dbc068

Complementary Color

#dbc068 #6883db

#dbc068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc068 Color CSS Codes

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

#dbc068 Text Font Color

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

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


#dbc068 Background Color

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

This div background color is #dbc068


#dbc068 Border Color

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

This div border color is #dbc068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc068


Comments

No comments written yet.

Please login to write comment.