#D0AE69

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

Shades of Putty #D0AE69

Tints of Putty #D0AE69

Color information

#D0AE69 (or 0xD0AE69) is unknown color: approx Putty. HEX triplet: D0, AE and 69. RGB value is (208,174,105). Sum of RGB (Red+Green+Blue) = 208+174+105=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE69 is #2F5196. Grayscale: #B0B0B0. Windows color (decimal): -3101079 or 6926032. OLE color: 6926032.

HSL color Cylindrical-coordinate representation of color #D0AE69: hue angle of 40.19º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0AE69 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB208174105-
CMYK00.160.500.18
HSL40.19º52.28%61.37%-
HSV(B)40.19º49.52%81.57%-
XYZ43.744.719.69-
YUV176.387.76150.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=42.71%
G=35.73%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817410500.160.500.1840.1952.2861.37
HexD0AE69010321228343d
Octal3202561510206222506475
Binary1101000010101110110100101000011001010010101000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE69; }

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

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

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

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

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

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

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

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