#D8D680

Color #D8D680 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D8D680

Tints of Deco #D8D680

Color information

#D8D680 (or 0xD8D680) is unknown color: approx Deco. HEX triplet: D8, D6 and 80. RGB value is (216,214,128). Sum of RGB (Red+Green+Blue) = 216+214+128=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 128 (50.39% from 255 or 22.94% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D680 is #27297F. Grayscale: #CDCDCD. Windows color (decimal): -2566528 or 8443608. OLE color: 8443608.

HSL color Cylindrical-coordinate representation of color #D8D680: hue angle of 58.64º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8D680 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216214128-
CMYK00.010.410.15
HSL58.64º53.01%67.45%-
HSV(B)58.64º40.74%84.71%-
XYZ56.2664.2529.86-
YUV204.7984.66135.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 214 (83.98% from 255) = 38.35%
BLUE value IS 128 (50.39% from 255) = 22.94%
R=38.71%
G=38.35%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621412800.010.410.1558.6453.0167.45
HexD8D6800129F3b3543
Octal3303262000151177365103
Binary1101100011010110100000000110100111111110111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D680; }

 p { color: rgb(216,214,128); }

 H1.HeaderClassName
 {
   color: #D8D680;
 }
 .AnyTagClassName
 {
   color: #D8D680;
 }
</style>
background-color css

<style>
 a { background-color: #D8D680; }

 a { background-color: rgb(216,214,128); }

 div.DivClassName
 {
   background-color: #D8D680;
 }
 .BgClassName
 {
   background-color: #D8D680;
 }
</style>
border-color css

<style>
 span { border-color: #D8D680; }

 span { border-color: rgb(216,214,128); }

 td.TdClassName
 {
   border-color: #D8D680;
 }
 .TagClassName
 {
   border-color: #D8D680;
 }
</style>