Color Hex Logo

#dbc768 Color Hex

#DBC768
(219,199,104)
0 Favorites   0 Comments

Color spaces of #dbc768

RGB 219199104
HSL0.140.610.63
HSV50°53°86°
CMYK 0.000.090.53   0.14
XYZ52.135556.906421.3329
Yxy56.90640.39990.4365
Hunter Lab75.4363-8.648836.0386
CIE-Lab80.1269-5.046549.5752

#dbc768 color RGB value is (219,199,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01101000
Octal 333 307 150
Decimal 219 199 104
Hex DB C7 68

RGB Percentages of Color #dbc768

%41.95
%38.12
%19.92

CMYK Percentages of Color #dbc768

%0
%9
%53
%14

Triadic Colors of #dbc768

#dbc768 #68dbc7 #c768db

Analogous Colors of #dbc768

#dbc768 #b6db68 #db8e68

Monochromatic Colors of #dbc768

#dbc768

Complementary Color

#dbc768 #687cdb

#dbc768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc768 Color CSS Codes

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

#dbc768 Text Font Color

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

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


#dbc768 Background Color

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

This div background color is #dbc768


#dbc768 Border Color

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

This div border color is #dbc768


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,199,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 #dbc768">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc768


Comments

No comments written yet.

Please login to write comment.