Html Css Color HEX #D1A574 Putty

📋 copy color: '#D1A574'

red 209 ◦ green 165 ◦ blue 116

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

Shades of Putty #D1A574

Tints of Putty #D1A574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 42.65%
G = 33.67%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D1A574 (or 0xD1A574) is known color: Putty. HEX triplet: D1, A5 and 74. RGB value is (209,165,116). Sum of RGB (Red+Green+Blue) = 209+165+116=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A574 is #2E5A8B. Grayscale: #ACACAC. Windows color (decimal): -3037836 or 7644625. OLE color: 7644625.

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

Color convert

RGB 209 165 116 -
CMYK 0 0.21 0.44 0.18
HSL 31.61º 0.5% 0.64% -
HSV(B) 31.61º 0.44% 0.82% -
XYZ 42.9 41.73 22.32 -
YUV 172.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 209 165 116 0 0.21 0.44 0.18 31.61 0.5 0.64
Hex D1 A5 74 0 15 2C 12 20 32 40
Octal 321 245 164 0 25 54 22 40 62 100
Binary 11010001 10100101 1110100 0 10101 101100 10010 100000 110010 1000000

Color Harmonies of #D1A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A574

Black with #D1A574

Text Example


Text Example

White with #D1A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A574; }

 p { color: rgb(209,165,116); }

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

background-color css

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

 a { background-color: rgb(209,165,116); }

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

border-color css

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

 span { border-color: rgb(209,165,116); }

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