Html Css Color HEX #D1A469 Putty

📋 copy color: '#D1A469'

red 209 ◦ green 164 ◦ blue 105

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

Shades of Putty #D1A469

Tints of Putty #D1A469

RGB

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

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

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

R = 43.72%
G = 34.31%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D1A469 (or 0xD1A469) is known color: Putty. HEX triplet: D1, A4 and 69. RGB value is (209,164,105). Sum of RGB (Red+Green+Blue) = 209+164+105=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A469 is #2E5B96. Grayscale: #ABABAB. Windows color (decimal): -3038103 or 6923473. OLE color: 6923473.

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

Color convert

RGB 209 164 105 -
CMYK 0 0.22 0.50 0.18
HSL 34.04º 0.53% 0.62% -
HSV(B) 34.04º 0.5% 0.82% -
XYZ 42.12 41.13 19.08 -
YUV 170.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 209 164 105 0 0.22 0.50 0.18 34.04 0.53 0.62
Hex D1 A4 69 0 16 32 12 22 35 3E
Octal 321 244 151 0 26 62 22 42 65 76
Binary 11010001 10100100 1101001 0 10110 110010 10010 100010 110101 111110

Color Harmonies of #D1A469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A469

Black with #D1A469

Text Example


Text Example

White with #D1A469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A469; }

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

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

background-color css

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

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

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

border-color css

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

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

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