Html Css Color HEX #D5AA76 Putty

📋 copy color: '#D5AA76'

red 213 ◦ green 170 ◦ blue 118

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

Shades of Putty #D5AA76

Tints of Putty #D5AA76

RGB

 RED value IS 213 (83.59% from 255) = 42.51%

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

 BLUE value IS 118 (46.48% from 255) = 23.55%

R = 42.51%
G = 33.93%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5AA76 (or 0xD5AA76) is known color: Putty. HEX triplet: D5, AA and 76. RGB value is (213,170,118). Sum of RGB (Red+Green+Blue) = 213+170+118=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AA76 is #2A5589. Grayscale: #B1B1B1. Windows color (decimal): -2774410 or 7776981. OLE color: 7776981.

HSL color Cylindrical-coordinate representation of color #D5AA76: hue angle of 32.84º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5AA76 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 170 118 -
CMYK 0 0.20 0.45 0.16
HSL 32.84º 0.53% 0.65% -
HSV(B) 32.84º 0.45% 0.84% -
XYZ 45.09 44.2 23.3 -
YUV 176.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 213 170 118 0 0.20 0.45 0.16 32.84 0.53 0.65
Hex D5 AA 76 0 14 2D 10 21 35 41
Octal 325 252 166 0 24 55 20 41 65 101
Binary 11010101 10101010 1110110 0 10100 101101 10000 100001 110101 1000001

Color Harmonies of #D5AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AA76

Black with #D5AA76

Text Example


Text Example

White with #D5AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AA76; }

 p { color: rgb(213,170,118); }

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

background-color css

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

 a { background-color: rgb(213,170,118); }

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

border-color css

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

 span { border-color: rgb(213,170,118); }

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