Html Css Color HEX #D3A871 Putty

📋 copy color: '#D3A871'

red 211 ◦ green 168 ◦ blue 113

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

Shades of Putty #D3A871

Tints of Putty #D3A871

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

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

R = 42.89%
G = 34.15%
B = 22.97%

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

#D3A871 (or 0xD3A871) is known color: Putty. HEX triplet: D3, A8 and 71. RGB value is (211,168,113). Sum of RGB (Red+Green+Blue) = 211+168+113=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A871 is #2C578E. Grayscale: #AEAEAE. Windows color (decimal): -2905999 or 7448787. OLE color: 7448787.

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

Color convert

RGB 211 168 113 -
CMYK 0 0.20 0.46 0.17
HSL 33.67º 0.53% 0.64% -
HSV(B) 33.67º 0.46% 0.83% -
XYZ 43.85 43.05 21.62 -
YUV 174.59 93.25 153.97 -
System Red Green Blue C M Y K H S L
Decimal 211 168 113 0 0.20 0.46 0.17 33.67 0.53 0.64
Hex D3 A8 71 0 14 2E 11 22 35 40
Octal 323 250 161 0 24 56 21 42 65 100
Binary 11010011 10101000 1110001 0 10100 101110 10001 100010 110101 1000000

Color Harmonies of #D3A871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A871

Black with #D3A871

Text Example


Text Example

White with #D3A871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A871; }

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

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

background-color css

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

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

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

border-color css

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

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

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