Color Hex Logo

#dbc678 Color Hex

#DBC678
(219,198,120)
0 Favorites   0 Comments

Color spaces of #dbc678

RGB 219198120
HSL0.130.580.66
HSV47°45°86°
CMYK 0.000.100.45   0.14
XYZ52.797756.804325.9509
Yxy56.80430.38950.4191
Hunter Lab75.3686-6.851232.3433
CIE-Lab80.0694-3.072941.6352

#dbc678 color RGB value is (219,198,120).

#dbc678 hex color red value is 219, green value is 198 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dbc678 hue: 0.13 , saturation: 0.58 and the lightness value of dbc678 is 0.66.

The process color (four color CMYK) of #dbc678 color hex is 0.00, 0.10, 0.45, 0.14. Web safe color of #dbc678 is #cccc66. Color #dbc678 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01111000
Octal 333 306 170
Decimal 219 198 120
Hex DB C6 78

RGB Percentages of Color #dbc678

%40.78
%36.87
%22.35

CMYK Percentages of Color #dbc678

%0
%10
%45
%14

Triadic Colors of #dbc678

#dbc678 #78dbc6 #c678db

Analogous Colors of #dbc678

#dbc678 #bfdb78 #db9578

Monochromatic Colors of #dbc678

#dbc678

Complementary Color

#dbc678 #788ddb

#dbc678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc678 Color CSS Codes

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

#dbc678 Text Font Color

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

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


#dbc678 Background Color

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

This div background color is #dbc678


#dbc678 Border Color

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

This div border color is #dbc678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc678


Comments

No comments written yet.

Please login to write comment.