#D0AB70

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

Shades of Putty #D0AB70

Tints of Putty #D0AB70

Color information

#D0AB70 (or 0xD0AB70) is unknown color: approx Putty. HEX triplet: D0, AB and 70. RGB value is (208,171,112). Sum of RGB (Red+Green+Blue) = 208+171+112=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB70 is #2F548F. Grayscale: #AFAFAF. Windows color (decimal): -3101840 or 7384016. OLE color: 7384016.

HSL color Cylindrical-coordinate representation of color #D0AB70: hue angle of 36.88º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0AB70 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB208171112-
CMYK00.180.460.18
HSL36.88º50.53%62.75%-
HSV(B)36.88º46.15%81.57%-
XYZ43.543.7121.47-
YUV175.3492.26151.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=42.36%
G=34.83%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817111200.180.460.1836.8850.5362.75
HexD0AB700122E1225333f
Octal3202531600225622456377
Binary1101000010101011111000001001010111010010100101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB70; }

 p { color: rgb(208,171,112); }

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

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

 a { background-color: rgb(208,171,112); }

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

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

 span { border-color: rgb(208,171,112); }

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