#D2AA68

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

Shades of Putty #D2AA68

Tints of Putty #D2AA68

Color information

#D2AA68 (or 0xD2AA68) is unknown color: approx Putty. HEX triplet: D2, AA and 68. RGB value is (210,170,104). Sum of RGB (Red+Green+Blue) = 210+170+104=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AA68 is #2D5597. Grayscale: #AEAEAE. Windows color (decimal): -2971032 or 6859474. OLE color: 6859474.

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

Color convert

RGB210170104-
CMYK00.190.500.18
HSL37.36º54.08%61.57%-
HSV(B)37.36º50.48%82.35%-
XYZ43.4543.4519.19-
YUV174.4488.25153.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.39%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 104 (41.02% from 255) = 21.49%
R=43.39%
G=35.12%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017010400.190.500.1837.3654.0861.57
HexD2AA68013321225363e
Octal3222521500236222456676
Binary1101001010101010110100001001111001010010100101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AA68; }

 p { color: rgb(210,170,104); }

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

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

 a { background-color: rgb(210,170,104); }

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

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

 span { border-color: rgb(210,170,104); }

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