#D8D681

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

Shades of Deco #D8D681

Tints of Deco #D8D681

Color information

#D8D681 (or 0xD8D681) is unknown color: approx Deco. HEX triplet: D8, D6 and 81. RGB value is (216,214,129). Sum of RGB (Red+Green+Blue) = 216+214+129=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 129 (50.78% from 255 or 23.08% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D681 is #27297E. Grayscale: #CDCDCD. Windows color (decimal): -2566527 or 8509144. OLE color: 8509144.

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

Color convert

RGB216214129-
CMYK00.010.400.15
HSL58.62º52.73%67.65%-
HSV(B)58.62º40.28%84.71%-
XYZ56.3364.2830.21-
YUV204.9185.16135.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 129 (50.78% from 255) = 23.08%
R=38.64%
G=38.28%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621412900.010.400.1558.6252.7367.65
HexD8D6810128F3b3544
Octal3303262010150177365104
Binary1101100011010110100000010110100011111110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D681; }

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

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

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

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

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

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

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

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