#D9B270

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

Shades of Putty #D9B270

Tints of Putty #D9B270

Color information

#D9B270 (or 0xD9B270) is unknown color: approx Putty. HEX triplet: D9, B2 and 70. RGB value is (217,178,112). Sum of RGB (Red+Green+Blue) = 217+178+112=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 112 (44.14% from 255 or 22.09% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B270 is #264D8F. Grayscale: #B6B6B6. Windows color (decimal): -2510224 or 7385817. OLE color: 7385817.

HSL color Cylindrical-coordinate representation of color #D9B270: hue angle of 37.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9B270 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB217178112-
CMYK00.180.480.15
HSL37.71º58.01%64.51%-
HSV(B)37.71º48.39%85.1%-
XYZ47.4647.7622.05-
YUV182.1488.42152.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.80%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 112 (44.14% from 255) = 22.09%
R=42.80%
G=35.11%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717811200.180.480.1537.7158.0164.51
HexD9B27001230F263a41
Octal33126216002260174672101
Binary1101100110110010111000001001011000011111001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B270; }

 p { color: rgb(217,178,112); }

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

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

 a { background-color: rgb(217,178,112); }

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

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

 span { border-color: rgb(217,178,112); }

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