#D0AB78

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

Shades of Putty #D0AB78

Tints of Putty #D0AB78

Color information

#D0AB78 (or 0xD0AB78) is unknown color: approx Putty. HEX triplet: D0, AB and 78. RGB value is (208,171,120). Sum of RGB (Red+Green+Blue) = 208+171+120=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AB78 is #2F5487. Grayscale: #B0B0B0. Windows color (decimal): -3101832 or 7908304. OLE color: 7908304.

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

Color convert

RGB208171120-
CMYK00.180.420.18
HSL34.77º48.35%64.31%-
HSV(B)34.77º42.31%81.57%-
XYZ43.9743.8923.92-
YUV176.2596.26150.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 120 (47.27% from 255) = 24.05%
R=41.68%
G=34.27%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817112000.180.420.1834.7748.3564.31
HexD0AB780122A12233040
Octal32025317002252224360100
Binary11010000101010111111000010010101010100101000111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AB78; }

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

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

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

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

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

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

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

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