#D9D57F

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

Shades of Deco #D9D57F

Tints of Deco #D9D57F

Color information

#D9D57F (or 0xD9D57F) is unknown color: approx Deco. HEX triplet: D9, D5 and 7F. RGB value is (217,213,127). Sum of RGB (Red+Green+Blue) = 217+213+127=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 127 (50% from 255 or 22.80% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D57F is #262A80. Grayscale: #CCCCCC. Windows color (decimal): -2501249 or 8377817. OLE color: 8377817.

HSL color Cylindrical-coordinate representation of color #D9D57F: hue angle of 57.33º degrees, saturation: 0.54, 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 #D9D57F is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB217213127-
CMYK00.020.410.15
HSL57.33º54.22%67.45%-
HSV(B)57.33º41.47%85.1%-
XYZ56.2463.8729.44-
YUV204.3984.33136.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 127 (50% from 255) = 22.80%
R=38.96%
G=38.24%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721312700.020.410.1557.3354.2267.45
HexD9D57F0229F393643
Octal3313251770251177166103
Binary1101100111010101111111101010100111111110011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D57F; }

 p { color: rgb(217,213,127); }

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

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

 a { background-color: rgb(217,213,127); }

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

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

 span { border-color: rgb(217,213,127); }

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