Html Css Color HEX #D8AB70 Putty

📋 copy color: '#D8AB70'

red 216 ◦ green 171 ◦ blue 112

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

Shades of Putty #D8AB70

Tints of Putty #D8AB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.27%

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

R = 43.29%
G = 34.27%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D8AB70 (or 0xD8AB70) is known color: Putty. HEX triplet: D8, AB and 70. RGB value is (216,171,112). Sum of RGB (Red+Green+Blue) = 216+171+112=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB70 is #27548F. Grayscale: #B2B2B2. Windows color (decimal): -2577552 or 7384024. OLE color: 7384024.

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

Color convert

RGB 216 171 112 -
CMYK 0 0.21 0.48 0.15
HSL 34.04º 0.57% 0.64% -
HSV(B) 34.04º 0.48% 0.85% -
XYZ 45.81 44.89 21.58 -
YUV 177.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 216 171 112 0 0.21 0.48 0.15 34.04 0.57 0.64
Hex D8 AB 70 0 15 30 F 22 39 40
Octal 330 253 160 0 25 60 17 42 71 100
Binary 11011000 10101011 1110000 0 10101 110000 1111 100010 111001 1000000

Color Harmonies of #D8AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB70

Black with #D8AB70

Text Example


Text Example

White with #D8AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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