#D0AD78

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

Shades of Putty #D0AD78

Tints of Putty #D0AD78

Color information

#D0AD78 (or 0xD0AD78) is unknown color: approx Putty. HEX triplet: D0, AD and 78. RGB value is (208,173,120). Sum of RGB (Red+Green+Blue) = 208+173+120=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD78 is #2F5287. Grayscale: #B1B1B1. Windows color (decimal): -3101320 or 7908816. OLE color: 7908816.

HSL color Cylindrical-coordinate representation of color #D0AD78: hue angle of 36.14º 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 #D0AD78 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208173120-
CMYK00.170.420.18
HSL36.14º48.35%64.31%-
HSV(B)36.14º42.31%81.57%-
XYZ44.3544.6524.05-
YUV177.4295.6149.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 173 (67.97% from 255) = 34.53%
BLUE value IS 120 (47.27% from 255) = 23.95%
R=41.52%
G=34.53%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817312000.170.420.1836.1448.3564.31
HexD0AD780112A12243040
Octal32025517002152224460100
Binary11010000101011011111000010001101010100101001001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AD78; }

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

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

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

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

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

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

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

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