Html Css Color HEX #D7AA6B Putty

📋 copy color: '#D7AA6B'

red 215 ◦ green 170 ◦ blue 107

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

Shades of Putty #D7AA6B

Tints of Putty #D7AA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 43.7%
G = 34.55%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7AA6B (or 0xD7AA6B) is known color: Putty. HEX triplet: D7, AA and 6B. RGB value is (215,170,107). Sum of RGB (Red+Green+Blue) = 215+170+107=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AA6B is #285594. Grayscale: #B0B0B0. Windows color (decimal): -2643349 or 7056087. OLE color: 7056087.

HSL color Cylindrical-coordinate representation of color #D7AA6B: hue angle of 35º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7AA6B is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 170 107 -
CMYK 0 0.21 0.50 0.16
HSL 35º 0.57% 0.63% -
HSV(B) 35º 0.5% 0.84% -
XYZ 45.05 44.26 20.08 -
YUV 176.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 215 170 107 0 0.21 0.50 0.16 35 0.57 0.63
Hex D7 AA 6B 0 15 32 10 23 39 3F
Octal 327 252 153 0 25 62 20 43 71 77
Binary 11010111 10101010 1101011 0 10101 110010 10000 100011 111001 111111

Color Harmonies of #D7AA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AA6B

Black with #D7AA6B

Text Example


Text Example

White with #D7AA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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