Html Css Color HEX #D3AC73 Putty

📋 copy color: '#D3AC73'

red 211 ◦ green 172 ◦ blue 115

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

Shades of Putty #D3AC73

Tints of Putty #D3AC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.09%

R = 42.37%
G = 34.54%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D3AC73 (or 0xD3AC73) is known color: Putty. HEX triplet: D3, AC and 73. RGB value is (211,172,115). Sum of RGB (Red+Green+Blue) = 211+172+115=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AC73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AC73 is #2C538C. Grayscale: #B1B1B1. Windows color (decimal): -2904973 or 7580883. OLE color: 7580883.

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

Color convert

RGB 211 172 115 -
CMYK 0 0.18 0.45 0.17
HSL 35.63º 0.52% 0.64% -
HSV(B) 35.63º 0.45% 0.83% -
XYZ 44.71 44.59 22.47 -
YUV 177.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 211 172 115 0 0.18 0.45 0.17 35.63 0.52 0.64
Hex D3 AC 73 0 12 2D 11 24 34 40
Octal 323 254 163 0 22 55 21 44 64 100
Binary 11010011 10101100 1110011 0 10010 101101 10001 100100 110100 1000000

Color Harmonies of #D3AC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AC73

Black with #D3AC73

Text Example


Text Example

White with #D3AC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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