Html Css Color HEX #D8AE76 Putty

📋 copy color: '#D8AE76'

red 216 ◦ green 174 ◦ blue 118

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

Shades of Putty #D8AE76

Tints of Putty #D8AE76

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.25%

 BLUE value IS 118 (46.48% from 255) = 23.23%

R = 42.52%
G = 34.25%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8AE76 (or 0xD8AE76) is known color: Putty. HEX triplet: D8, AE and 76. RGB value is (216,174,118). Sum of RGB (Red+Green+Blue) = 216+174+118=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE76 is #275189. Grayscale: #B4B4B4. Windows color (decimal): -2576778 or 7778008. OLE color: 7778008.

HSL color Cylindrical-coordinate representation of color #D8AE76: hue angle of 34.29º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8AE76 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 118 -
CMYK 0 0.19 0.45 0.15
HSL 34.29º 0.56% 0.65% -
HSV(B) 34.29º 0.45% 0.85% -
XYZ 46.72 46.18 23.59 -
YUV 180.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 216 174 118 0 0.19 0.45 0.15 34.29 0.56 0.65
Hex D8 AE 76 0 13 2D F 22 38 41
Octal 330 256 166 0 23 55 17 42 70 101
Binary 11011000 10101110 1110110 0 10011 101101 1111 100010 111000 1000001

Color Harmonies of #D8AE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE76

Black with #D8AE76

Text Example


Text Example

White with #D8AE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE76; }

 p { color: rgb(216,174,118); }

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

background-color css

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

 a { background-color: rgb(216,174,118); }

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

border-color css

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

 span { border-color: rgb(216,174,118); }

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