Html Css Color HEX #D1A672 Putty

📋 copy color: '#D1A672'

red 209 ◦ green 166 ◦ blue 114

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

Shades of Putty #D1A672

Tints of Putty #D1A672

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.95%

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

R = 42.74%
G = 33.95%
B = 23.31%

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

#D1A672 (or 0xD1A672) is known color: Putty. HEX triplet: D1, A6 and 72. RGB value is (209,166,114). Sum of RGB (Red+Green+Blue) = 209+166+114=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 166 (65.23% from 255 or 33.95% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A672 is #2E598D. Grayscale: #ADADAD. Windows color (decimal): -3037582 or 7513809. OLE color: 7513809.

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

Color convert

RGB 209 166 114 -
CMYK 0 0.21 0.45 0.18
HSL 32.84º 0.51% 0.63% -
HSV(B) 32.84º 0.45% 0.82% -
XYZ 42.97 42.04 21.77 -
YUV 172.93 94.75 153.73 -
System Red Green Blue C M Y K H S L
Decimal 209 166 114 0 0.21 0.45 0.18 32.84 0.51 0.63
Hex D1 A6 72 0 15 2D 12 21 33 3F
Octal 321 246 162 0 25 55 22 41 63 77
Binary 11010001 10100110 1110010 0 10101 101101 10010 100001 110011 111111

Color Harmonies of #D1A672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A672

Black with #D1A672

Text Example


Text Example

White with #D1A672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A672; }

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

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

background-color css

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

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

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

border-color css

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

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

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