Html Css Color HEX #D3AB73 Putty

📋 copy color: '#D3AB73'

red 211 ◦ green 171 ◦ blue 115

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

Shades of Putty #D3AB73

Tints of Putty #D3AB73

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.41%

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

R = 42.45%
G = 34.41%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D3AB73 (or 0xD3AB73) is known color: Putty. HEX triplet: D3, AB and 73. RGB value is (211,171,115). Sum of RGB (Red+Green+Blue) = 211+171+115=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB73 is #2C548C. Grayscale: #B0B0B0. Windows color (decimal): -2905229 or 7580627. OLE color: 7580627.

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

Color convert

RGB 211 171 115 -
CMYK 0 0.19 0.45 0.17
HSL 35º 0.52% 0.64% -
HSV(B) 35º 0.45% 0.83% -
XYZ 44.52 44.21 22.41 -
YUV 176.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 211 171 115 0 0.19 0.45 0.17 35 0.52 0.64
Hex D3 AB 73 0 13 2D 11 23 34 40
Octal 323 253 163 0 23 55 21 43 64 100
Binary 11010011 10101011 1110011 0 10011 101101 10001 100011 110100 1000000

Color Harmonies of #D3AB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AB73

Black with #D3AB73

Text Example


Text Example

White with #D3AB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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