#D0AE74

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

Shades of Putty #D0AE74

Tints of Putty #D0AE74

Color information

#D0AE74 (or 0xD0AE74) is unknown color: approx Putty. HEX triplet: D0, AE and 74. RGB value is (208,174,116). Sum of RGB (Red+Green+Blue) = 208+174+116=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE74 is #2F518B. Grayscale: #B1B1B1. Windows color (decimal): -3101068 or 7646928. OLE color: 7646928.

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

Color convert

RGB208174116-
CMYK00.160.440.18
HSL37.83º49.46%63.53%-
HSV(B)37.83º44.23%81.57%-
XYZ44.344.9422.86-
YUV177.5593.26149.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 116 (45.70% from 255) = 23.29%
R=41.77%
G=34.94%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817411600.160.440.1837.8349.4663.53
HexD0AE740102C12263140
Octal32025616402054224661100
Binary11010000101011101110100010000101100100101001101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE74; }

 p { color: rgb(208,174,116); }

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

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

 a { background-color: rgb(208,174,116); }

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

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

 span { border-color: rgb(208,174,116); }

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