Html Css Color HEX #D8AA6D Putty

📋 copy color: '#D8AA6D'

red 216 ◦ green 170 ◦ blue 109

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

Shades of Putty #D8AA6D

Tints of Putty #D8AA6D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.34%

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

R = 43.64%
G = 34.34%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8AA6D (or 0xD8AA6D) is known color: Putty. HEX triplet: D8, AA and 6D. RGB value is (216,170,109). Sum of RGB (Red+Green+Blue) = 216+170+109=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA6D is #275592. Grayscale: #B1B1B1. Windows color (decimal): -2577811 or 7187160. OLE color: 7187160.

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

Color convert

RGB 216 170 109 -
CMYK 0 0.21 0.50 0.15
HSL 34.21º 0.58% 0.64% -
HSV(B) 34.21º 0.5% 0.85% -
XYZ 45.45 44.45 20.65 -
YUV 176.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 216 170 109 0 0.21 0.50 0.15 34.21 0.58 0.64
Hex D8 AA 6D 0 15 32 F 22 3A 40
Octal 330 252 155 0 25 62 17 42 72 100
Binary 11011000 10101010 1101101 0 10101 110010 1111 100010 111010 1000000

Color Harmonies of #D8AA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AA6D

Black with #D8AA6D

Text Example


Text Example

White with #D8AA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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