Html Css Color HEX #D1A470 Putty

📋 copy color: '#D1A470'

red 209 ◦ green 164 ◦ blue 112

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

Shades of Putty #D1A470

Tints of Putty #D1A470

RGB

 RED value IS 209 (82.03% from 255) = 43.09%

 GREEN value IS 164 (64.45% from 255) = 33.81%

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

R = 43.09%
G = 33.81%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D1A470 (or 0xD1A470) is known color: Putty. HEX triplet: D1, A4 and 70. RGB value is (209,164,112). Sum of RGB (Red+Green+Blue) = 209+164+112=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A470 is #2E5B8F. Grayscale: #ABABAB. Windows color (decimal): -3038096 or 7382225. OLE color: 7382225.

HSL color Cylindrical-coordinate representation of color #D1A470: hue angle of 32.16º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D1A470 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 164 112 -
CMYK 0 0.22 0.46 0.18
HSL 32.16º 0.51% 0.63% -
HSV(B) 32.16º 0.46% 0.82% -
XYZ 42.49 41.28 21.06 -
YUV 171.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 209 164 112 0 0.22 0.46 0.18 32.16 0.51 0.63
Hex D1 A4 70 0 16 2E 12 20 33 3F
Octal 321 244 160 0 26 56 22 40 63 77
Binary 11010001 10100100 1110000 0 10110 101110 10010 100000 110011 111111

Color Harmonies of #D1A470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A470

Black with #D1A470

Text Example


Text Example

White with #D1A470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A470; }

 p { color: rgb(209,164,112); }

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

background-color css

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

 a { background-color: rgb(209,164,112); }

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

border-color css

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

 span { border-color: rgb(209,164,112); }

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