Html Css Color HEX #D1A66C Putty

📋 copy color: '#D1A66C'

red 209 ◦ green 166 ◦ blue 108

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

Shades of Putty #D1A66C

Tints of Putty #D1A66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 43.27%
G = 34.37%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1A66C (or 0xD1A66C) is known color: Putty. HEX triplet: D1, A6 and 6C. RGB value is (209,166,108). Sum of RGB (Red+Green+Blue) = 209+166+108=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A66C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A66C is #2E5993. Grayscale: #ACACAC. Windows color (decimal): -3037588 or 7120593. OLE color: 7120593.

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

Color convert

RGB 209 166 108 -
CMYK 0 0.21 0.48 0.18
HSL 34.46º 0.52% 0.62% -
HSV(B) 34.46º 0.48% 0.82% -
XYZ 42.64 41.91 20.03 -
YUV 172.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 209 166 108 0 0.21 0.48 0.18 34.46 0.52 0.62
Hex D1 A6 6C 0 15 30 12 22 34 3E
Octal 321 246 154 0 25 60 22 42 64 76
Binary 11010001 10100110 1101100 0 10101 110000 10010 100010 110100 111110

Color Harmonies of #D1A66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A66C

Black with #D1A66C

Text Example


Text Example

White with #D1A66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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