#D3D17E

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

Shades of Deco #D3D17E

Tints of Deco #D3D17E

Color information

#D3D17E (or 0xD3D17E) is unknown color: approx Deco. HEX triplet: D3, D1 and 7E. RGB value is (211,209,126). Sum of RGB (Red+Green+Blue) = 211+209+126=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D17E is #2C2E81. Grayscale: #C8C8C8. Windows color (decimal): -2895490 or 8311251. OLE color: 8311251.

HSL color Cylindrical-coordinate representation of color #D3D17E: hue angle of 58.59º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D3D17E is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB211209126-
CMYK00.010.400.17
HSL58.59º49.13%66.08%-
HSV(B)58.59º40.28%82.75%-
XYZ53.4360.9628.69-
YUV200.1486.16135.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.64%
GREEN value IS 209 (82.03% from 255) = 38.28%
BLUE value IS 126 (49.61% 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.17
SystemRedGreenBlueCMYKHSL
Decimal21120912600.010.400.1758.5949.1366.08
HexD3D17E0128113b3142
Octal3233211760150217361102
Binary1101001111010001111111001101000100011110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D17E; }

 p { color: rgb(211,209,126); }

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

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

 a { background-color: rgb(211,209,126); }

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

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

 span { border-color: rgb(211,209,126); }

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