Html Css Color HEX #D1A775 Putty

📋 copy color: '#D1A775'

red 209 ◦ green 167 ◦ blue 117

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

Shades of Putty #D1A775

Tints of Putty #D1A775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.87%

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

R = 42.39%
G = 33.87%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D1A775 (or 0xD1A775) is known color: Putty. HEX triplet: D1, A7 and 75. RGB value is (209,167,117). Sum of RGB (Red+Green+Blue) = 209+167+117=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 117 (46.09% from 255 or 23.73% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A775 is #2E588A. Grayscale: #AEAEAE. Windows color (decimal): -3037323 or 7710673. OLE color: 7710673.

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

Color convert

RGB 209 167 117 -
CMYK 0 0.20 0.44 0.18
HSL 32.61º 0.5% 0.64% -
HSV(B) 32.61º 0.44% 0.82% -
XYZ 43.32 42.48 22.75 -
YUV 173.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 209 167 117 0 0.20 0.44 0.18 32.61 0.5 0.64
Hex D1 A7 75 0 14 2C 12 21 32 40
Octal 321 247 165 0 24 54 22 41 62 100
Binary 11010001 10100111 1110101 0 10100 101100 10010 100001 110010 1000000

Color Harmonies of #D1A775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A775

Black with #D1A775

Text Example


Text Example

White with #D1A775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A775; }

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

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

background-color css

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

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

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

border-color css

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

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

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