Html Css Color HEX #D7AC6F Putty

📋 copy color: '#D7AC6F'

red 215 ◦ green 172 ◦ blue 111

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

Shades of Putty #D7AC6F

Tints of Putty #D7AC6F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.54%

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

R = 43.17%
G = 34.54%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7AC6F (or 0xD7AC6F) is known color: Putty. HEX triplet: D7, AC and 6F. RGB value is (215,172,111). Sum of RGB (Red+Green+Blue) = 215+172+111=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC6F is #285390. Grayscale: #B2B2B2. Windows color (decimal): -2642833 or 7318743. OLE color: 7318743.

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

Color convert

RGB 215 172 111 -
CMYK 0 0.2 0.48 0.16
HSL 35.19º 0.57% 0.64% -
HSV(B) 35.19º 0.48% 0.84% -
XYZ 45.65 45.1 21.34 -
YUV 177.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 215 172 111 0 0.2 0.48 0.16 35.19 0.57 0.64
Hex D7 AC 6F 0 14 30 10 23 39 40
Octal 327 254 157 0 24 60 20 43 71 100
Binary 11010111 10101100 1101111 0 10100 110000 10000 100011 111001 1000000

Color Harmonies of #D7AC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AC6F

Black with #D7AC6F

Text Example


Text Example

White with #D7AC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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