Html Css Color HEX #D8A66E Putty

📋 copy color: '#D8A66E'

red 216 ◦ green 166 ◦ blue 110

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

Shades of Putty #D8A66E

Tints of Putty #D8A66E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.36%

R = 43.9%
G = 33.74%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8A66E (or 0xD8A66E) is known color: Putty. HEX triplet: D8, A6 and 6E. RGB value is (216,166,110). Sum of RGB (Red+Green+Blue) = 216+166+110=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A66E is #275991. Grayscale: #AEAEAE. Windows color (decimal): -2578834 or 7251672. OLE color: 7251672.

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

Color convert

RGB 216 166 110 -
CMYK 0 0.23 0.49 0.15
HSL 31.7º 0.58% 0.64% -
HSV(B) 31.7º 0.49% 0.85% -
XYZ 44.77 43 20.69 -
YUV 174.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 216 166 110 0 0.23 0.49 0.15 31.7 0.58 0.64
Hex D8 A6 6E 0 17 31 F 20 3A 40
Octal 330 246 156 0 27 61 17 40 72 100
Binary 11011000 10100110 1101110 0 10111 110001 1111 100000 111010 1000000

Color Harmonies of #D8A66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A66E

Black with #D8A66E

Text Example


Text Example

White with #D8A66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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