Color Hex Logo

#dbd678 Color Hex

#DBD678
(219,214,120)
0 Favorites   0 Comments

Color spaces of #dbd678

RGB 219214120
HSL0.160.580.66
HSV57°45°86°
CMYK 0.000.020.45   0.14
XYZ56.650164.509327.2351
Yxy64.50930.38180.4347
Hunter Lab80.3177-14.655436.1176
CIE-Lab84.2302-11.244646.7965

#dbd678 color RGB value is (219,214,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 01111000
Octal 333 326 170
Decimal 219 214 120
Hex DB D6 78

RGB Percentages of Color #dbd678

%39.60
%38.70
%21.70

CMYK Percentages of Color #dbd678

%0
%2
%45
%14

Triadic Colors of #dbd678

#dbd678 #78dbd6 #d678db

Analogous Colors of #dbd678

#dbd678 #afdb78 #dba578

Monochromatic Colors of #dbd678

#dbd678

Complementary Color

#dbd678 #787ddb

#dbd678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd678 Color CSS Codes

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

#dbd678 Text Font Color

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

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


#dbd678 Background Color

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

This div background color is #dbd678


#dbd678 Border Color

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

This div border color is #dbd678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd678


Comments

No comments written yet.

Please login to write comment.