Html Css Color HEX #D8AF6C Putty

📋 copy color: '#D8AF6C'

red 216 ◦ green 175 ◦ blue 108

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

Shades of Putty #D8AF6C

Tints of Putty #D8AF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.64%

R = 43.29%
G = 35.07%
B = 21.64%

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

#D8AF6C (or 0xD8AF6C) is known color: Putty. HEX triplet: D8, AF and 6C. RGB value is (216,175,108). Sum of RGB (Red+Green+Blue) = 216+175+108=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF6C is #275093. Grayscale: #B3B3B3. Windows color (decimal): -2576532 or 7122904. OLE color: 7122904.

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

Color convert

RGB 216 175 108 -
CMYK 0 0.19 0.50 0.15
HSL 37.22º 0.58% 0.64% -
HSV(B) 37.22º 0.5% 0.85% -
XYZ 46.36 46.34 20.69 -
YUV 179.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 216 175 108 0 0.19 0.50 0.15 37.22 0.58 0.64
Hex D8 AF 6C 0 13 32 F 25 3A 40
Octal 330 257 154 0 23 62 17 45 72 100
Binary 11011000 10101111 1101100 0 10011 110010 1111 100101 111010 1000000

Color Harmonies of #D8AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF6C

Black with #D8AF6C

Text Example


Text Example

White with #D8AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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