Html Css Color HEX #D8AF70 Putty

📋 copy color: '#D8AF70'

red 216 ◦ green 175 ◦ blue 112

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

Shades of Putty #D8AF70

Tints of Putty #D8AF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 42.94%
G = 34.79%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8AF70 (or 0xD8AF70) is known color: Putty. HEX triplet: D8, AF and 70. RGB value is (216,175,112). Sum of RGB (Red+Green+Blue) = 216+175+112=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF70 is #27508F. Grayscale: #B4B4B4. Windows color (decimal): -2576528 or 7385048. OLE color: 7385048.

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

Color convert

RGB 216 175 112 -
CMYK 0 0.19 0.48 0.15
HSL 36.35º 0.57% 0.64% -
HSV(B) 36.35º 0.48% 0.85% -
XYZ 46.57 46.43 21.84 -
YUV 180.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 216 175 112 0 0.19 0.48 0.15 36.35 0.57 0.64
Hex D8 AF 70 0 13 30 F 24 39 40
Octal 330 257 160 0 23 60 17 44 71 100
Binary 11011000 10101111 1110000 0 10011 110000 1111 100100 111001 1000000

Color Harmonies of #D8AF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF70

Black with #D8AF70

Text Example


Text Example

White with #D8AF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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