Html Css Color HEX #D9A970 Putty

📋 copy color: '#D9A970'

red 217 ◦ green 169 ◦ blue 112

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

Shades of Putty #D9A970

Tints of Putty #D9A970

RGB

 RED value IS 217 (85.16% from 255) = 43.57%

 GREEN value IS 169 (66.41% from 255) = 33.94%

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

R = 43.57%
G = 33.94%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9A970 (or 0xD9A970) is known color: Putty. HEX triplet: D9, A9 and 70. RGB value is (217,169,112). Sum of RGB (Red+Green+Blue) = 217+169+112=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A970 is #26568F. Grayscale: #B1B1B1. Windows color (decimal): -2512528 or 7383513. OLE color: 7383513.

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

Color convert

RGB 217 169 112 -
CMYK 0 0.22 0.48 0.15
HSL 32.57º 0.58% 0.65% -
HSV(B) 32.57º 0.48% 0.85% -
XYZ 45.73 44.3 21.47 -
YUV 176.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 217 169 112 0 0.22 0.48 0.15 32.57 0.58 0.65
Hex D9 A9 70 0 16 30 F 21 3A 41
Octal 331 251 160 0 26 60 17 41 72 101
Binary 11011001 10101001 1110000 0 10110 110000 1111 100001 111010 1000001

Color Harmonies of #D9A970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A970

Black with #D9A970

Text Example


Text Example

White with #D9A970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A970; }

 p { color: rgb(217,169,112); }

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

background-color css

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

 a { background-color: rgb(217,169,112); }

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

border-color css

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

 span { border-color: rgb(217,169,112); }

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