Html Css Color HEX #D1A669 Putty

📋 copy color: '#D1A669'

red 209 ◦ green 166 ◦ blue 105

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

Shades of Putty #D1A669

Tints of Putty #D1A669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.88%

R = 43.54%
G = 34.58%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D1A669 (or 0xD1A669) is known color: Putty. HEX triplet: D1, A6 and 69. RGB value is (209,166,105). Sum of RGB (Red+Green+Blue) = 209+166+105=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A669 is #2E5996. Grayscale: #ACACAC. Windows color (decimal): -3037591 or 6923985. OLE color: 6923985.

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

Color convert

RGB 209 166 105 -
CMYK 0 0.21 0.50 0.18
HSL 35.19º 0.53% 0.62% -
HSV(B) 35.19º 0.5% 0.82% -
XYZ 42.48 41.85 19.2 -
YUV 171.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 209 166 105 0 0.21 0.50 0.18 35.19 0.53 0.62
Hex D1 A6 69 0 15 32 12 23 35 3E
Octal 321 246 151 0 25 62 22 43 65 76
Binary 11010001 10100110 1101001 0 10101 110010 10010 100011 110101 111110

Color Harmonies of #D1A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A669

Black with #D1A669

Text Example


Text Example

White with #D1A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A669; }

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

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

background-color css

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

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

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

border-color css

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

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

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