Html Css Color HEX #D8A56E Putty

📋 copy color: '#D8A56E'

red 216 ◦ green 165 ◦ blue 110

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

Shades of Putty #D8A56E

Tints of Putty #D8A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.6%

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

R = 43.99%
G = 33.6%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8A56E (or 0xD8A56E) is known color: Putty. HEX triplet: D8, A5 and 6E. RGB value is (216,165,110). Sum of RGB (Red+Green+Blue) = 216+165+110=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A56E is #275A91. Grayscale: #AEAEAE. Windows color (decimal): -2579090 or 7251416. OLE color: 7251416.

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

Color convert

RGB 216 165 110 -
CMYK 0 0.24 0.49 0.15
HSL 31.13º 0.58% 0.64% -
HSV(B) 31.13º 0.49% 0.85% -
XYZ 44.59 42.63 20.63 -
YUV 173.98 91.9 157.97 -
System Red Green Blue C M Y K H S L
Decimal 216 165 110 0 0.24 0.49 0.15 31.13 0.58 0.64
Hex D8 A5 6E 0 18 31 F 1F 3A 40
Octal 330 245 156 0 30 61 17 37 72 100
Binary 11011000 10100101 1101110 0 11000 110001 1111 11111 111010 1000000

Color Harmonies of #D8A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A56E

Black with #D8A56E

Text Example


Text Example

White with #D8A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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