Html Css Color HEX #D1A872 Putty

📋 copy color: '#D1A872'

red 209 ◦ green 168 ◦ blue 114

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

Shades of Putty #D1A872

Tints of Putty #D1A872

RGB

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

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

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

R = 42.57%
G = 34.22%
B = 23.22%

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

#D1A872 (or 0xD1A872) is known color: Putty. HEX triplet: D1, A8 and 72. RGB value is (209,168,114). Sum of RGB (Red+Green+Blue) = 209+168+114=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A872 is #2E578D. Grayscale: #AEAEAE. Windows color (decimal): -3037070 or 7514321. OLE color: 7514321.

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

Color convert

RGB 209 168 114 -
CMYK 0 0.20 0.45 0.18
HSL 34.11º 0.51% 0.63% -
HSV(B) 34.11º 0.45% 0.82% -
XYZ 43.33 42.78 21.89 -
YUV 174.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 209 168 114 0 0.20 0.45 0.18 34.11 0.51 0.63
Hex D1 A8 72 0 14 2D 12 22 33 3F
Octal 321 250 162 0 24 55 22 42 63 77
Binary 11010001 10101000 1110010 0 10100 101101 10010 100010 110011 111111

Color Harmonies of #D1A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A872

Black with #D1A872

Text Example


Text Example

White with #D1A872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A872; }

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

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

background-color css

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

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

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

border-color css

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

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

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