Html Css Color HEX #D8AF6E Putty

📋 copy color: '#D8AF6E'

red 216 ◦ green 175 ◦ blue 110

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

Shades of Putty #D8AF6E

Tints of Putty #D8AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.96%

R = 43.11%
G = 34.93%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8AF6E (or 0xD8AF6E) is known color: Putty. HEX triplet: D8, AF and 6E. RGB value is (216,175,110). Sum of RGB (Red+Green+Blue) = 216+175+110=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF6E is #275091. Grayscale: #B4B4B4. Windows color (decimal): -2576530 or 7253976. OLE color: 7253976.

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

Color convert

RGB 216 175 110 -
CMYK 0 0.19 0.49 0.15
HSL 36.79º 0.58% 0.64% -
HSV(B) 36.79º 0.49% 0.85% -
XYZ 46.46 46.38 21.26 -
YUV 179.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 216 175 110 0 0.19 0.49 0.15 36.79 0.58 0.64
Hex D8 AF 6E 0 13 31 F 25 3A 40
Octal 330 257 156 0 23 61 17 45 72 100
Binary 11011000 10101111 1101110 0 10011 110001 1111 100101 111010 1000000

Color Harmonies of #D8AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF6E

Black with #D8AF6E

Text Example


Text Example

White with #D8AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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