Html Css Color HEX #D1A472 Putty

📋 copy color: '#D1A472'

red 209 ◦ green 164 ◦ blue 114

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

Shades of Putty #D1A472

Tints of Putty #D1A472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 42.92%
G = 33.68%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1A472 (or 0xD1A472) is known color: Putty. HEX triplet: D1, A4 and 72. RGB value is (209,164,114). Sum of RGB (Red+Green+Blue) = 209+164+114=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A472 is #2E5B8D. Grayscale: #ABABAB. Windows color (decimal): -3038094 or 7513297. OLE color: 7513297.

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

Color convert

RGB 209 164 114 -
CMYK 0 0.22 0.45 0.18
HSL 31.58º 0.51% 0.63% -
HSV(B) 31.58º 0.45% 0.82% -
XYZ 42.61 41.32 21.65 -
YUV 171.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 209 164 114 0 0.22 0.45 0.18 31.58 0.51 0.63
Hex D1 A4 72 0 16 2D 12 20 33 3F
Octal 321 244 162 0 26 55 22 40 63 77
Binary 11010001 10100100 1110010 0 10110 101101 10010 100000 110011 111111

Color Harmonies of #D1A472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A472

Black with #D1A472

Text Example


Text Example

White with #D1A472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A472; }

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

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

background-color css

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

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

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

border-color css

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

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

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