Html Css Color HEX #D3A271 Putty

📋 copy color: '#D3A271'

red 211 ◦ green 162 ◦ blue 113

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

Shades of Putty #D3A271

Tints of Putty #D3A271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.33%

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

R = 43.42%
G = 33.33%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D3A271 (or 0xD3A271) is known color: Putty. HEX triplet: D3, A2 and 71. RGB value is (211,162,113). Sum of RGB (Red+Green+Blue) = 211+162+113=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A271 is #2C5D8E. Grayscale: #ABABAB. Windows color (decimal): -2907535 or 7447251. OLE color: 7447251.

HSL color Cylindrical-coordinate representation of color #D3A271: hue angle of 30º 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 #D3A271 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 162 113 -
CMYK 0 0.23 0.46 0.17
HSL 30º 0.53% 0.64% -
HSV(B) 30º 0.46% 0.83% -
XYZ 42.76 40.88 21.26 -
YUV 171.07 95.23 156.48 -
System Red Green Blue C M Y K H S L
Decimal 211 162 113 0 0.23 0.46 0.17 30 0.53 0.64
Hex D3 A2 71 0 17 2E 11 1E 35 40
Octal 323 242 161 0 27 56 21 36 65 100
Binary 11010011 10100010 1110001 0 10111 101110 10001 11110 110101 1000000

Color Harmonies of #D3A271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A271

Black with #D3A271

Text Example


Text Example

White with #D3A271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A271; }

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

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

background-color css

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

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

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

border-color css

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

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

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