Html Css Color HEX #D8AE73 Putty

📋 copy color: '#D8AE73'

red 216 ◦ green 174 ◦ blue 115

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

Shades of Putty #D8AE73

Tints of Putty #D8AE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.77%

R = 42.77%
G = 34.46%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8AE73 (or 0xD8AE73) is known color: Putty. HEX triplet: D8, AE and 73. RGB value is (216,174,115). Sum of RGB (Red+Green+Blue) = 216+174+115=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE73 is #27518C. Grayscale: #B4B4B4. Windows color (decimal): -2576781 or 7581400. OLE color: 7581400.

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

Color convert

RGB 216 174 115 -
CMYK 0 0.19 0.47 0.15
HSL 35.05º 0.56% 0.65% -
HSV(B) 35.05º 0.47% 0.85% -
XYZ 46.55 46.11 22.67 -
YUV 179.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 216 174 115 0 0.19 0.47 0.15 35.05 0.56 0.65
Hex D8 AE 73 0 13 2F F 23 38 41
Octal 330 256 163 0 23 57 17 43 70 101
Binary 11011000 10101110 1110011 0 10011 101111 1111 100011 111000 1000001

Color Harmonies of #D8AE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE73

Black with #D8AE73

Text Example


Text Example

White with #D8AE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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