Html Css Color HEX #D8AF73 Putty

📋 copy color: '#D8AF73'

red 216 ◦ green 175 ◦ blue 115

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

Shades of Putty #D8AF73

Tints of Putty #D8AF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.58%

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

R = 42.69%
G = 34.58%
B = 22.73%

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

#D8AF73 (or 0xD8AF73) is known color: Putty. HEX triplet: D8, AF and 73. RGB value is (216,175,115). Sum of RGB (Red+Green+Blue) = 216+175+115=506 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.69% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF73 is #27508C. Grayscale: #B4B4B4. Windows color (decimal): -2576525 or 7581656. OLE color: 7581656.

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

Color convert

RGB 216 175 115 -
CMYK 0 0.19 0.47 0.15
HSL 35.64º 0.56% 0.65% -
HSV(B) 35.64º 0.47% 0.85% -
XYZ 46.74 46.5 22.73 -
YUV 180.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 216 175 115 0 0.19 0.47 0.15 35.64 0.56 0.65
Hex D8 AF 73 0 13 2F F 24 38 41
Octal 330 257 163 0 23 57 17 44 70 101
Binary 11011000 10101111 1110011 0 10011 101111 1111 100100 111000 1000001

Color Harmonies of #D8AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF73

Black with #D8AF73

Text Example


Text Example

White with #D8AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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