Html Css Color HEX #D7AA70 Putty

📋 copy color: '#D7AA70'

red 215 ◦ green 170 ◦ blue 112

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

Shades of Putty #D7AA70

Tints of Putty #D7AA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 43.26%
G = 34.21%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7AA70 (or 0xD7AA70) is known color: Putty. HEX triplet: D7, AA and 70. RGB value is (215,170,112). Sum of RGB (Red+Green+Blue) = 215+170+112=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AA70 is #28558F. Grayscale: #B1B1B1. Windows color (decimal): -2643344 or 7383767. OLE color: 7383767.

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

Color convert

RGB 215 170 112 -
CMYK 0 0.21 0.48 0.16
HSL 33.79º 0.56% 0.64% -
HSV(B) 33.79º 0.48% 0.84% -
XYZ 45.32 44.37 21.5 -
YUV 176.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 215 170 112 0 0.21 0.48 0.16 33.79 0.56 0.64
Hex D7 AA 70 0 15 30 10 22 38 40
Octal 327 252 160 0 25 60 20 42 70 100
Binary 11010111 10101010 1110000 0 10101 110000 10000 100010 111000 1000000

Color Harmonies of #D7AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AA70

Black with #D7AA70

Text Example


Text Example

White with #D7AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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