Html Css Color HEX #D8AF76 Putty

📋 copy color: '#D8AF76'

red 216 ◦ green 175 ◦ blue 118

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

Shades of Putty #D8AF76

Tints of Putty #D8AF76

RGB

 RED value IS 216 (84.77% from 255) = 42.44%

 GREEN value IS 175 (68.75% from 255) = 34.38%

 BLUE value IS 118 (46.48% from 255) = 23.18%

R = 42.44%
G = 34.38%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8AF76 (or 0xD8AF76) is known color: Putty. HEX triplet: D8, AF and 76. RGB value is (216,175,118). Sum of RGB (Red+Green+Blue) = 216+175+118=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF76 is #275089. Grayscale: #B5B5B5. Windows color (decimal): -2576522 or 7778264. OLE color: 7778264.

HSL color Cylindrical-coordinate representation of color #D8AF76: hue angle of 34.9º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8AF76 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 118 -
CMYK 0 0.19 0.45 0.15
HSL 34.9º 0.56% 0.65% -
HSV(B) 34.9º 0.45% 0.85% -
XYZ 46.92 46.57 23.65 -
YUV 180.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 216 175 118 0 0.19 0.45 0.15 34.9 0.56 0.65
Hex D8 AF 76 0 13 2D F 23 38 41
Octal 330 257 166 0 23 55 17 43 70 101
Binary 11011000 10101111 1110110 0 10011 101101 1111 100011 111000 1000001

Color Harmonies of #D8AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF76

Black with #D8AF76

Text Example


Text Example

White with #D8AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF76; }

 p { color: rgb(216,175,118); }

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

background-color css

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

 a { background-color: rgb(216,175,118); }

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

border-color css

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

 span { border-color: rgb(216,175,118); }

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