Html Css Color HEX #D1A573 Putty

📋 copy color: '#D1A573'

red 209 ◦ green 165 ◦ blue 115

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

Shades of Putty #D1A573

Tints of Putty #D1A573

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.74%

 BLUE value IS 115 (45.31% from 255) = 23.52%

R = 42.74%
G = 33.74%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1A573 (or 0xD1A573) is known color: Putty. HEX triplet: D1, A5 and 73. RGB value is (209,165,115). Sum of RGB (Red+Green+Blue) = 209+165+115=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A573 is #2E5A8C. Grayscale: #ACACAC. Windows color (decimal): -3037837 or 7579089. OLE color: 7579089.

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

Color convert

RGB 209 165 115 -
CMYK 0 0.21 0.45 0.18
HSL 31.91º 0.51% 0.64% -
HSV(B) 31.91º 0.45% 0.82% -
XYZ 42.84 41.7 22.01 -
YUV 172.46 95.58 154.07 -
System Red Green Blue C M Y K H S L
Decimal 209 165 115 0 0.21 0.45 0.18 31.91 0.51 0.64
Hex D1 A5 73 0 15 2D 12 20 33 40
Octal 321 245 163 0 25 55 22 40 63 100
Binary 11010001 10100101 1110011 0 10101 101101 10010 100000 110011 1000000

Color Harmonies of #D1A573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A573

Black with #D1A573

Text Example


Text Example

White with #D1A573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A573; }

 p { color: rgb(209,165,115); }

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

background-color css

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

 a { background-color: rgb(209,165,115); }

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

border-color css

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

 span { border-color: rgb(209,165,115); }

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