Html Css Color HEX #D1A26F Putty

📋 copy color: '#D1A26F'

red 209 ◦ green 162 ◦ blue 111

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

Shades of Putty #D1A26F

Tints of Putty #D1A26F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.61%

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 43.36%
G = 33.61%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1A26F (or 0xD1A26F) is known color: Putty. HEX triplet: D1, A2 and 6F. RGB value is (209,162,111). Sum of RGB (Red+Green+Blue) = 209+162+111=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A26F is #2E5D90. Grayscale: #AAAAAA. Windows color (decimal): -3038609 or 7316177. OLE color: 7316177.

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

Color convert

RGB 209 162 111 -
CMYK 0 0.22 0.47 0.18
HSL 31.22º 0.52% 0.63% -
HSV(B) 31.22º 0.47% 0.82% -
XYZ 42.08 40.54 20.65 -
YUV 170.24 94.57 155.65 -
System Red Green Blue C M Y K H S L
Decimal 209 162 111 0 0.22 0.47 0.18 31.22 0.52 0.63
Hex D1 A2 6F 0 16 2F 12 1F 34 3F
Octal 321 242 157 0 26 57 22 37 64 77
Binary 11010001 10100010 1101111 0 10110 101111 10010 11111 110100 111111

Color Harmonies of #D1A26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A26F

Black with #D1A26F

Text Example


Text Example

White with #D1A26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A26F; }

 p { color: rgb(209,162,111); }

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

background-color css

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

 a { background-color: rgb(209,162,111); }

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

border-color css

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

 span { border-color: rgb(209,162,111); }

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