Html Css Color HEX #D7A86F Putty

📋 copy color: '#D7A86F'

red 215 ◦ green 168 ◦ blue 111

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

Shades of Putty #D7A86F

Tints of Putty #D7A86F

RGB

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

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

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

R = 43.52%
G = 34.01%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7A86F (or 0xD7A86F) is known color: Putty. HEX triplet: D7, A8 and 6F. RGB value is (215,168,111). Sum of RGB (Red+Green+Blue) = 215+168+111=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A86F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A86F is #285790. Grayscale: #AFAFAF. Windows color (decimal): -2643857 or 7317719. OLE color: 7317719.

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

Color convert

RGB 215 168 111 -
CMYK 0 0.22 0.48 0.16
HSL 32.88º 0.57% 0.64% -
HSV(B) 32.88º 0.48% 0.84% -
XYZ 44.9 43.6 21.09 -
YUV 175.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 215 168 111 0 0.22 0.48 0.16 32.88 0.57 0.64
Hex D7 A8 6F 0 16 30 10 21 39 40
Octal 327 250 157 0 26 60 20 41 71 100
Binary 11010111 10101000 1101111 0 10110 110000 10000 100001 111001 1000000

Color Harmonies of #D7A86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A86F

Black with #D7A86F

Text Example


Text Example

White with #D7A86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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