Html Css Color HEX #D8A96B Putty

📋 copy color: '#D8A96B'

red 216 ◦ green 169 ◦ blue 107

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

Shades of Putty #D8A96B

Tints of Putty #D8A96B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.35%

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

R = 43.9%
G = 34.35%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8A96B (or 0xD8A96B) is known color: Putty. HEX triplet: D8, A9 and 6B. RGB value is (216,169,107). Sum of RGB (Red+Green+Blue) = 216+169+107=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A96B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A96B is #275694. Grayscale: #B0B0B0. Windows color (decimal): -2578069 or 7055832. OLE color: 7055832.

HSL color Cylindrical-coordinate representation of color #D8A96B: hue angle of 34.13º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8A96B is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 107 -
CMYK 0 0.22 0.50 0.15
HSL 34.13º 0.58% 0.63% -
HSV(B) 34.13º 0.5% 0.85% -
XYZ 45.16 44.04 20.03 -
YUV 175.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 216 169 107 0 0.22 0.50 0.15 34.13 0.58 0.63
Hex D8 A9 6B 0 16 32 F 22 3A 3F
Octal 330 251 153 0 26 62 17 42 72 77
Binary 11011000 10101001 1101011 0 10110 110010 1111 100010 111010 111111

Color Harmonies of #D8A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A96B

Black with #D8A96B

Text Example


Text Example

White with #D8A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A96B; }

 p { color: rgb(216,169,107); }

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

background-color css

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

 a { background-color: rgb(216,169,107); }

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

border-color css

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

 span { border-color: rgb(216,169,107); }

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