Html Css Color HEX #D3AC71 Putty

📋 copy color: '#D3AC71'

red 211 ◦ green 172 ◦ blue 113

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

Shades of Putty #D3AC71

Tints of Putty #D3AC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.68%

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

R = 42.54%
G = 34.68%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D3AC71 (or 0xD3AC71) is known color: Putty. HEX triplet: D3, AC and 71. RGB value is (211,172,113). Sum of RGB (Red+Green+Blue) = 211+172+113=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AC71 is #2C538E. Grayscale: #B1B1B1. Windows color (decimal): -2904975 or 7449811. OLE color: 7449811.

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

Color convert

RGB 211 172 113 -
CMYK 0 0.18 0.46 0.17
HSL 36.12º 0.53% 0.64% -
HSV(B) 36.12º 0.46% 0.83% -
XYZ 44.6 44.55 21.87 -
YUV 176.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 211 172 113 0 0.18 0.46 0.17 36.12 0.53 0.64
Hex D3 AC 71 0 12 2E 11 24 35 40
Octal 323 254 161 0 22 56 21 44 65 100
Binary 11010011 10101100 1110001 0 10010 101110 10001 100100 110101 1000000

Color Harmonies of #D3AC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AC71

Black with #D3AC71

Text Example


Text Example

White with #D3AC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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