Html Css Color HEX #D1A46A Putty

📋 copy color: '#D1A46A'

red 209 ◦ green 164 ◦ blue 106

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

Shades of Putty #D1A46A

Tints of Putty #D1A46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.13%

R = 43.63%
G = 34.24%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1A46A (or 0xD1A46A) is known color: Putty. HEX triplet: D1, A4 and 6A. RGB value is (209,164,106). Sum of RGB (Red+Green+Blue) = 209+164+106=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A46A is #2E5B95. Grayscale: #ABABAB. Windows color (decimal): -3038102 or 6989009. OLE color: 6989009.

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

Color convert

RGB 209 164 106 -
CMYK 0 0.22 0.49 0.18
HSL 33.79º 0.53% 0.62% -
HSV(B) 33.79º 0.49% 0.82% -
XYZ 42.17 41.15 19.36 -
YUV 170.84 91.41 155.22 -
System Red Green Blue C M Y K H S L
Decimal 209 164 106 0 0.22 0.49 0.18 33.79 0.53 0.62
Hex D1 A4 6A 0 16 31 12 22 35 3E
Octal 321 244 152 0 26 61 22 42 65 76
Binary 11010001 10100100 1101010 0 10110 110001 10010 100010 110101 111110

Color Harmonies of #D1A46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A46A

Black with #D1A46A

Text Example


Text Example

White with #D1A46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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