Html Css Color HEX #D1AA6D Putty

📋 copy color: '#D1AA6D'

red 209 ◦ green 170 ◦ blue 109

#D1AA6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #D1AA6D

Tints of Putty #D1AA6D

RGB

 RED value IS 209 (82.03% from 255) = 42.83%

 GREEN value IS 170 (66.8% from 255) = 34.84%

 BLUE value IS 109 (42.97% from 255) = 22.34%

R = 42.83%
G = 34.84%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1AA6D (or 0xD1AA6D) is known color: Putty. HEX triplet: D1, AA and 6D. RGB value is (209,170,109). Sum of RGB (Red+Green+Blue) = 209+170+109=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AA6D is #2E5592. Grayscale: #AEAEAE. Windows color (decimal): -3036563 or 7187153. OLE color: 7187153.

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

Color convert

RGB 209 170 109 -
CMYK 0 0.19 0.48 0.18
HSL 36.6º 0.52% 0.62% -
HSV(B) 36.6º 0.48% 0.82% -
XYZ 43.43 43.41 20.56 -
YUV 174.71 90.92 152.46 -
System Red Green Blue C M Y K H S L
Decimal 209 170 109 0 0.19 0.48 0.18 36.6 0.52 0.62
Hex D1 AA 6D 0 13 30 12 25 34 3E
Octal 321 252 155 0 23 60 22 45 64 76
Binary 11010001 10101010 1101101 0 10011 110000 10010 100101 110100 111110

Color Harmonies of #D1AA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA6D

Black with #D1AA6D

Text Example


Text Example

White with #D1AA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA6D; }

 p { color: rgb(209,170,109); }

 H1.HeaderClassName
 {
   color: #D1AA6D;
 }
 .AnyTagClassName
 {
   color: #D1AA6D;
 }
</style>

background-color css

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

 a { background-color: rgb(209,170,109); }

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

border-color css

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

 span { border-color: rgb(209,170,109); }

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