Html Css Color HEX #D8A86C Putty

📋 copy color: '#D8A86C'

red 216 ◦ green 168 ◦ blue 108

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

Shades of Putty #D8A86C

Tints of Putty #D8A86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 43.9%
G = 34.15%
B = 21.95%

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

#D8A86C (or 0xD8A86C) is known color: Putty. HEX triplet: D8, A8 and 6C. RGB value is (216,168,108). Sum of RGB (Red+Green+Blue) = 216+168+108=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A86C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A86C is #275793. Grayscale: #AFAFAF. Windows color (decimal): -2578324 or 7121112. OLE color: 7121112.

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

Color convert

RGB 216 168 108 -
CMYK 0 0.22 0.50 0.15
HSL 33.33º 0.58% 0.64% -
HSV(B) 33.33º 0.5% 0.85% -
XYZ 45.03 43.69 20.25 -
YUV 175.51 89.9 156.88 -
System Red Green Blue C M Y K H S L
Decimal 216 168 108 0 0.22 0.50 0.15 33.33 0.58 0.64
Hex D8 A8 6C 0 16 32 F 21 3A 40
Octal 330 250 154 0 26 62 17 41 72 100
Binary 11011000 10101000 1101100 0 10110 110010 1111 100001 111010 1000000

Color Harmonies of #D8A86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A86C

Black with #D8A86C

Text Example


Text Example

White with #D8A86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A86C; }

 p { color: rgb(216,168,108); }

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

background-color css

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

 a { background-color: rgb(216,168,108); }

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

border-color css

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

 span { border-color: rgb(216,168,108); }

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