Html Css Color HEX #D3A971 Putty

📋 copy color: '#D3A971'

red 211 ◦ green 169 ◦ blue 113

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

Shades of Putty #D3A971

Tints of Putty #D3A971

RGB

 RED value IS 211 (82.81% from 255) = 42.8%

 GREEN value IS 169 (66.41% from 255) = 34.28%

 BLUE value IS 113 (44.53% from 255) = 22.92%

R = 42.8%
G = 34.28%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D3A971 (or 0xD3A971) is known color: Putty. HEX triplet: D3, A9 and 71. RGB value is (211,169,113). Sum of RGB (Red+Green+Blue) = 211+169+113=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A971 is #2C568E. Grayscale: #AFAFAF. Windows color (decimal): -2905743 or 7449043. OLE color: 7449043.

HSL color Cylindrical-coordinate representation of color #D3A971: hue angle of 34.29º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3A971 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 169 113 -
CMYK 0 0.20 0.46 0.17
HSL 34.29º 0.53% 0.64% -
HSV(B) 34.29º 0.46% 0.83% -
XYZ 44.03 43.42 21.68 -
YUV 175.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 211 169 113 0 0.20 0.46 0.17 34.29 0.53 0.64
Hex D3 A9 71 0 14 2E 11 22 35 40
Octal 323 251 161 0 24 56 21 42 65 100
Binary 11010011 10101001 1110001 0 10100 101110 10001 100010 110101 1000000

Color Harmonies of #D3A971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A971

Black with #D3A971

Text Example


Text Example

White with #D3A971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A971; }

 p { color: rgb(211,169,113); }

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

background-color css

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

 a { background-color: rgb(211,169,113); }

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

border-color css

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

 span { border-color: rgb(211,169,113); }

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