Html Css Color HEX #D1AA75 Putty

📋 copy color: '#D1AA75'

red 209 ◦ green 170 ◦ blue 117

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

Shades of Putty #D1AA75

Tints of Putty #D1AA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.59%

R = 42.14%
G = 34.27%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D1AA75 (or 0xD1AA75) is known color: Putty. HEX triplet: D1, AA and 75. RGB value is (209,170,117). Sum of RGB (Red+Green+Blue) = 209+170+117=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AA75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AA75 is #2E558A. Grayscale: #AFAFAF. Windows color (decimal): -3036555 or 7711441. OLE color: 7711441.

HSL color Cylindrical-coordinate representation of color #D1AA75: hue angle of 34.57º degrees, saturation: 0.5, 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 #D1AA75 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 170 117 -
CMYK 0 0.19 0.44 0.18
HSL 34.57º 0.5% 0.64% -
HSV(B) 34.57º 0.44% 0.82% -
XYZ 43.88 43.59 22.93 -
YUV 175.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 209 170 117 0 0.19 0.44 0.18 34.57 0.5 0.64
Hex D1 AA 75 0 13 2C 12 23 32 40
Octal 321 252 165 0 23 54 22 43 62 100
Binary 11010001 10101010 1110101 0 10011 101100 10010 100011 110010 1000000

Color Harmonies of #D1AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AA75

Black with #D1AA75

Text Example


Text Example

White with #D1AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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