Html Css Color HEX #D8A76D Putty

📋 copy color: '#D8A76D'

red 216 ◦ green 167 ◦ blue 109

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

Shades of Putty #D8A76D

Tints of Putty #D8A76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.94%

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

R = 43.9%
G = 33.94%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8A76D (or 0xD8A76D) is known color: Putty. HEX triplet: D8, A7 and 6D. RGB value is (216,167,109). Sum of RGB (Red+Green+Blue) = 216+167+109=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A76D is #275892. Grayscale: #AFAFAF. Windows color (decimal): -2578579 or 7186392. OLE color: 7186392.

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

Color convert

RGB 216 167 109 -
CMYK 0 0.23 0.50 0.15
HSL 32.52º 0.58% 0.64% -
HSV(B) 32.52º 0.5% 0.85% -
XYZ 44.9 43.34 20.47 -
YUV 175.04 90.73 157.22 -
System Red Green Blue C M Y K H S L
Decimal 216 167 109 0 0.23 0.50 0.15 32.52 0.58 0.64
Hex D8 A7 6D 0 17 32 F 21 3A 40
Octal 330 247 155 0 27 62 17 41 72 100
Binary 11011000 10100111 1101101 0 10111 110010 1111 100001 111010 1000000

Color Harmonies of #D8A76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A76D

Black with #D8A76D

Text Example


Text Example

White with #D8A76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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