Html Css Color HEX #D3A671 Putty

📋 copy color: '#D3A671'

red 211 ◦ green 166 ◦ blue 113

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

Shades of Putty #D3A671

Tints of Putty #D3A671

RGB

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

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

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

R = 43.06%
G = 33.88%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D3A671 (or 0xD3A671) is known color: Putty. HEX triplet: D3, A6 and 71. RGB value is (211,166,113). Sum of RGB (Red+Green+Blue) = 211+166+113=490 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.06% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A671 is #2C598E. Grayscale: #ADADAD. Windows color (decimal): -2906511 or 7448275. OLE color: 7448275.

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

Color convert

RGB 211 166 113 -
CMYK 0 0.21 0.46 0.17
HSL 32.45º 0.53% 0.64% -
HSV(B) 32.45º 0.46% 0.83% -
XYZ 43.48 42.31 21.5 -
YUV 173.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 211 166 113 0 0.21 0.46 0.17 32.45 0.53 0.64
Hex D3 A6 71 0 15 2E 11 20 35 40
Octal 323 246 161 0 25 56 21 40 65 100
Binary 11010011 10100110 1110001 0 10101 101110 10001 100000 110101 1000000

Color Harmonies of #D3A671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A671

Black with #D3A671

Text Example


Text Example

White with #D3A671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A671; }

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

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

background-color css

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

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

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

border-color css

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

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

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