Html Css Color HEX #D8AF6D Putty

📋 copy color: '#D8AF6D'

red 216 ◦ green 175 ◦ blue 109

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

Shades of Putty #D8AF6D

Tints of Putty #D8AF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.8%

R = 43.2%
G = 35%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8AF6D (or 0xD8AF6D) is known color: Putty. HEX triplet: D8, AF and 6D. RGB value is (216,175,109). Sum of RGB (Red+Green+Blue) = 216+175+109=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF6D is #275092. Grayscale: #B4B4B4. Windows color (decimal): -2576531 or 7188440. OLE color: 7188440.

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

Color convert

RGB 216 175 109 -
CMYK 0 0.19 0.50 0.15
HSL 37.01º 0.58% 0.64% -
HSV(B) 37.01º 0.5% 0.85% -
XYZ 46.41 46.36 20.97 -
YUV 179.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 216 175 109 0 0.19 0.50 0.15 37.01 0.58 0.64
Hex D8 AF 6D 0 13 32 F 25 3A 40
Octal 330 257 155 0 23 62 17 45 72 100
Binary 11011000 10101111 1101101 0 10011 110010 1111 100101 111010 1000000

Color Harmonies of #D8AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF6D

Black with #D8AF6D

Text Example


Text Example

White with #D8AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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