Html Css Color HEX #D7AA73 Putty

📋 copy color: '#D7AA73'

red 215 ◦ green 170 ◦ blue 115

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

Shades of Putty #D7AA73

Tints of Putty #D7AA73

RGB

 RED value IS 215 (84.38% from 255) = 43%

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

 BLUE value IS 115 (45.31% from 255) = 23%

R = 43%
G = 34%
B = 23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7AA73 (or 0xD7AA73) is known color: Putty. HEX triplet: D7, AA and 73. RGB value is (215,170,115). Sum of RGB (Red+Green+Blue) = 215+170+115=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AA73 is #28558C. Grayscale: #B1B1B1. Windows color (decimal): -2643341 or 7580375. OLE color: 7580375.

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

Color convert

RGB 215 170 115 -
CMYK 0 0.21 0.47 0.16
HSL 33º 0.56% 0.65% -
HSV(B) 33º 0.47% 0.84% -
XYZ 45.49 44.43 22.4 -
YUV 177.19 92.91 154.97 -
System Red Green Blue C M Y K H S L
Decimal 215 170 115 0 0.21 0.47 0.16 33 0.56 0.65
Hex D7 AA 73 0 15 2F 10 21 38 41
Octal 327 252 163 0 25 57 20 41 70 101
Binary 11010111 10101010 1110011 0 10101 101111 10000 100001 111000 1000001

Color Harmonies of #D7AA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AA73

Black with #D7AA73

Text Example


Text Example

White with #D7AA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AA73; }

 p { color: rgb(215,170,115); }

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

background-color css

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

 a { background-color: rgb(215,170,115); }

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

border-color css

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

 span { border-color: rgb(215,170,115); }

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