#D7D17D

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

Shades of Deco #D7D17D

Tints of Deco #D7D17D

Color information

#D7D17D (or 0xD7D17D) is unknown color: approx Deco. HEX triplet: D7, D1 and 7D. RGB value is (215,209,125). Sum of RGB (Red+Green+Blue) = 215+209+125=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D17D is #282E82. Grayscale: #C9C9C9. Windows color (decimal): -2633347 or 8245719. OLE color: 8245719.

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

Color convert

RGB215209125-
CMYK00.030.420.16
HSL56º52.94%66.67%-
HSV(B)56º41.86%84.31%-
XYZ54.5361.5328.4-
YUV201.2284.99137.83-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.16%
GREEN value IS 209 (82.03% from 255) = 38.07%
BLUE value IS 125 (49.22% from 255) = 22.77%
R=39.16%
G=38.07%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520912500.030.420.165652.9466.67
HexD7D17D032A10383543
Octal3273211750352207065103
Binary11010111110100011111101011101010100001110001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D17D; }

 p { color: rgb(215,209,125); }

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

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

 a { background-color: rgb(215,209,125); }

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

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

 span { border-color: rgb(215,209,125); }

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