#D5D17A

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

Shades of Deco #D5D17A

Tints of Deco #D5D17A

Color information

#D5D17A (or 0xD5D17A) is unknown color: approx Deco. HEX triplet: D5, D1 and 7A. RGB value is (213,209,122). Sum of RGB (Red+Green+Blue) = 213+209+122=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D17A is #2A2E85. Grayscale: #C8C8C8. Windows color (decimal): -2764422 or 8049109. OLE color: 8049109.

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

Color convert

RGB213209122-
CMYK00.020.430.16
HSL57.36º52%65.69%-
HSV(B)57.36º42.72%83.53%-
XYZ53.7561.1527.38-
YUV200.2883.83137.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 209 (82.03% from 255) = 38.42%
BLUE value IS 122 (48.05% from 255) = 22.43%
R=39.15%
G=38.42%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320912200.020.430.1657.365265.69
HexD5D17A022B10393442
Octal3253211720253207164102
Binary11010101110100011111010010101011100001110011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D17A; }

 p { color: rgb(213,209,122); }

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

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

 a { background-color: rgb(213,209,122); }

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

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

 span { border-color: rgb(213,209,122); }

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