Html Css Color HEX #D9A770 Putty

📋 copy color: '#D9A770'

red 217 ◦ green 167 ◦ blue 112

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

Shades of Putty #D9A770

Tints of Putty #D9A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.67%

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

R = 43.75%
G = 33.67%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9A770 (or 0xD9A770) is known color: Putty. HEX triplet: D9, A7 and 70. RGB value is (217,167,112). Sum of RGB (Red+Green+Blue) = 217+167+112=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A770 is #26588F. Grayscale: #AFAFAF. Windows color (decimal): -2513040 or 7383001. OLE color: 7383001.

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

Color convert

RGB 217 167 112 -
CMYK 0 0.23 0.48 0.15
HSL 31.43º 0.58% 0.65% -
HSV(B) 31.43º 0.48% 0.85% -
XYZ 45.36 43.56 21.35 -
YUV 175.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 217 167 112 0 0.23 0.48 0.15 31.43 0.58 0.65
Hex D9 A7 70 0 17 30 F 1F 3A 41
Octal 331 247 160 0 27 60 17 37 72 101
Binary 11011001 10100111 1110000 0 10111 110000 1111 11111 111010 1000001

Color Harmonies of #D9A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A770

Black with #D9A770

Text Example


Text Example

White with #D9A770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A770; }

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

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

background-color css

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

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

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

border-color css

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

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

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