Html Css Color HEX #D3AA74 Putty

📋 copy color: '#D3AA74'

red 211 ◦ green 170 ◦ blue 116

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

Shades of Putty #D3AA74

Tints of Putty #D3AA74

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.21%

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 42.45%
G = 34.21%
B = 23.34%

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

#D3AA74 (or 0xD3AA74) is known color: Putty. HEX triplet: D3, AA and 74. RGB value is (211,170,116). Sum of RGB (Red+Green+Blue) = 211+170+116=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AA74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AA74 is #2C558B. Grayscale: #B0B0B0. Windows color (decimal): -2905484 or 7645907. OLE color: 7645907.

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

Color convert

RGB 211 170 116 -
CMYK 0 0.19 0.45 0.17
HSL 34.11º 0.52% 0.64% -
HSV(B) 34.11º 0.45% 0.83% -
XYZ 44.39 43.86 22.65 -
YUV 176.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 211 170 116 0 0.19 0.45 0.17 34.11 0.52 0.64
Hex D3 AA 74 0 13 2D 11 22 34 40
Octal 323 252 164 0 23 55 21 42 64 100
Binary 11010011 10101010 1110100 0 10011 101101 10001 100010 110100 1000000

Color Harmonies of #D3AA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AA74

Black with #D3AA74

Text Example


Text Example

White with #D3AA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AA74; }

 p { color: rgb(211,170,116); }

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

background-color css

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

 a { background-color: rgb(211,170,116); }

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

border-color css

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

 span { border-color: rgb(211,170,116); }

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