Html Css Color HEX #D8A66C Putty

📋 copy color: '#D8A66C'

red 216 ◦ green 166 ◦ blue 108

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

Shades of Putty #D8A66C

Tints of Putty #D8A66C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.88%

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

R = 44.08%
G = 33.88%
B = 22.04%

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

#D8A66C (or 0xD8A66C) is known color: Putty. HEX triplet: D8, A6 and 6C. RGB value is (216,166,108). Sum of RGB (Red+Green+Blue) = 216+166+108=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A66C is #275993. Grayscale: #AEAEAE. Windows color (decimal): -2578836 or 7120600. OLE color: 7120600.

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

Color convert

RGB 216 166 108 -
CMYK 0 0.23 0.50 0.15
HSL 32.22º 0.58% 0.64% -
HSV(B) 32.22º 0.5% 0.85% -
XYZ 44.66 42.95 20.12 -
YUV 174.34 90.57 157.72 -
System Red Green Blue C M Y K H S L
Decimal 216 166 108 0 0.23 0.50 0.15 32.22 0.58 0.64
Hex D8 A6 6C 0 17 32 F 20 3A 40
Octal 330 246 154 0 27 62 17 40 72 100
Binary 11011000 10100110 1101100 0 10111 110010 1111 100000 111010 1000000

Color Harmonies of #D8A66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A66C

Black with #D8A66C

Text Example


Text Example

White with #D8A66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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