#D6D57E

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

Shades of Deco #D6D57E

Tints of Deco #D6D57E

Color information

#D6D57E (or 0xD6D57E) is unknown color: approx Deco. HEX triplet: D6, D5 and 7E. RGB value is (214,213,126). Sum of RGB (Red+Green+Blue) = 214+213+126=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D57E is #292A81. Grayscale: #CBCBCB. Windows color (decimal): -2697858 or 8312278. OLE color: 8312278.

HSL color Cylindrical-coordinate representation of color #D6D57E: hue angle of 59.32º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6D57E is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB214213126-
CMYK00.000.410.16
HSL59.32º51.76%66.67%-
HSV(B)59.32º41.12%83.92%-
XYZ55.2963.3929.06-
YUV203.3884.33135.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 126 (49.61% from 255) = 22.78%
R=38.70%
G=38.52%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421312600.000.410.1659.3251.7666.67
HexD6D57E0029103b3443
Octal3263251760051207364103
Binary1101011011010101111111000101001100001110111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D57E; }

 p { color: rgb(214,213,126); }

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

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

 a { background-color: rgb(214,213,126); }

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

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

 span { border-color: rgb(214,213,126); }

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