Html Css Color HEX #D1A873 Putty

📋 copy color: '#D1A873'

red 209 ◦ green 168 ◦ blue 115

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

Shades of Putty #D1A873

Tints of Putty #D1A873

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

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

R = 42.48%
G = 34.15%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1A873 (or 0xD1A873) is known color: Putty. HEX triplet: D1, A8 and 73. RGB value is (209,168,115). Sum of RGB (Red+Green+Blue) = 209+168+115=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A873 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A873 is #2E578C. Grayscale: #AEAEAE. Windows color (decimal): -3037069 or 7579857. OLE color: 7579857.

HSL color Cylindrical-coordinate representation of color #D1A873: hue angle of 33.83º 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 #D1A873 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 168 115 -
CMYK 0 0.20 0.45 0.18
HSL 33.83º 0.51% 0.64% -
HSV(B) 33.83º 0.45% 0.82% -
XYZ 43.39 42.8 22.19 -
YUV 174.22 94.58 152.81 -
System Red Green Blue C M Y K H S L
Decimal 209 168 115 0 0.20 0.45 0.18 33.83 0.51 0.64
Hex D1 A8 73 0 14 2D 12 22 33 40
Octal 321 250 163 0 24 55 22 42 63 100
Binary 11010001 10101000 1110011 0 10100 101101 10010 100010 110011 1000000

Color Harmonies of #D1A873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A873

Black with #D1A873

Text Example


Text Example

White with #D1A873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A873; }

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

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

background-color css

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

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

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

border-color css

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

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

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