Html Css Color HEX #D7A871 Putty

📋 copy color: '#D7A871'

red 215 ◦ green 168 ◦ blue 113

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

Shades of Putty #D7A871

Tints of Putty #D7A871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.87%

 BLUE value IS 113 (44.53% from 255) = 22.78%

R = 43.35%
G = 33.87%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7A871 (or 0xD7A871) is known color: Putty. HEX triplet: D7, A8 and 71. RGB value is (215,168,113). Sum of RGB (Red+Green+Blue) = 215+168+113=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A871 is #28578E. Grayscale: #B0B0B0. Windows color (decimal): -2643855 or 7448791. OLE color: 7448791.

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

Color convert

RGB 215 168 113 -
CMYK 0 0.22 0.47 0.16
HSL 32.35º 0.56% 0.64% -
HSV(B) 32.35º 0.47% 0.84% -
XYZ 45.01 43.64 21.67 -
YUV 175.78 92.57 155.97 -
System Red Green Blue C M Y K H S L
Decimal 215 168 113 0 0.22 0.47 0.16 32.35 0.56 0.64
Hex D7 A8 71 0 16 2F 10 20 38 40
Octal 327 250 161 0 26 57 20 40 70 100
Binary 11010111 10101000 1110001 0 10110 101111 10000 100000 111000 1000000

Color Harmonies of #D7A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A871

Black with #D7A871

Text Example


Text Example

White with #D7A871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A871; }

 p { color: rgb(215,168,113); }

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

background-color css

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

 a { background-color: rgb(215,168,113); }

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

border-color css

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

 span { border-color: rgb(215,168,113); }

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