Html Css Color HEX #D7AA6F Putty

📋 copy color: '#D7AA6F'

red 215 ◦ green 170 ◦ blue 111

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

Shades of Putty #D7AA6F

Tints of Putty #D7AA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.38%

R = 43.35%
G = 34.27%
B = 22.38%

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

#D7AA6F (or 0xD7AA6F) is known color: Putty. HEX triplet: D7, AA and 6F. RGB value is (215,170,111). Sum of RGB (Red+Green+Blue) = 215+170+111=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AA6F is #285590. Grayscale: #B1B1B1. Windows color (decimal): -2643345 or 7318231. OLE color: 7318231.

HSL color Cylindrical-coordinate representation of color #D7AA6F: hue angle of 34.04º degrees, saturation: 0.57, 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 #D7AA6F is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 170 111 -
CMYK 0 0.21 0.48 0.16
HSL 34.04º 0.57% 0.64% -
HSV(B) 34.04º 0.48% 0.84% -
XYZ 45.27 44.34 21.21 -
YUV 176.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 215 170 111 0 0.21 0.48 0.16 34.04 0.57 0.64
Hex D7 AA 6F 0 15 30 10 22 39 40
Octal 327 252 157 0 25 60 20 42 71 100
Binary 11010111 10101010 1101111 0 10101 110000 10000 100010 111001 1000000

Color Harmonies of #D7AA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AA6F

Black with #D7AA6F

Text Example


Text Example

White with #D7AA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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