Html Css Color HEX #D8A86D Putty

📋 copy color: '#D8A86D'

red 216 ◦ green 168 ◦ blue 109

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

Shades of Putty #D8A86D

Tints of Putty #D8A86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.11%

R = 43.81%
G = 34.08%
B = 22.11%

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

#D8A86D (or 0xD8A86D) is known color: Putty. HEX triplet: D8, A8 and 6D. RGB value is (216,168,109). Sum of RGB (Red+Green+Blue) = 216+168+109=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A86D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A86D is #275792. Grayscale: #AFAFAF. Windows color (decimal): -2578323 or 7186648. OLE color: 7186648.

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

Color convert

RGB 216 168 109 -
CMYK 0 0.22 0.50 0.15
HSL 33.08º 0.58% 0.64% -
HSV(B) 33.08º 0.5% 0.85% -
XYZ 45.08 43.71 20.53 -
YUV 175.63 90.4 156.8 -
System Red Green Blue C M Y K H S L
Decimal 216 168 109 0 0.22 0.50 0.15 33.08 0.58 0.64
Hex D8 A8 6D 0 16 32 F 21 3A 40
Octal 330 250 155 0 26 62 17 41 72 100
Binary 11011000 10101000 1101101 0 10110 110010 1111 100001 111010 1000000

Color Harmonies of #D8A86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A86D

Black with #D8A86D

Text Example


Text Example

White with #D8A86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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