Html Css Color HEX #D3AE70 Putty

📋 copy color: '#D3AE70'

red 211 ◦ green 174 ◦ blue 112

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

Shades of Putty #D3AE70

Tints of Putty #D3AE70

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.01%

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 42.45%
G = 35.01%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3AE70 (or 0xD3AE70) is known color: Putty. HEX triplet: D3, AE and 70. RGB value is (211,174,112). Sum of RGB (Red+Green+Blue) = 211+174+112=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 174 (68.36% from 255 or 35.01% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AE70 is #2C518F. Grayscale: #B2B2B2. Windows color (decimal): -2904464 or 7384787. OLE color: 7384787.

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

Color convert

RGB 211 174 112 -
CMYK 0 0.18 0.47 0.17
HSL 37.58º 0.53% 0.63% -
HSV(B) 37.58º 0.47% 0.83% -
XYZ 44.92 45.29 21.7 -
YUV 178 90.76 151.54 -
System Red Green Blue C M Y K H S L
Decimal 211 174 112 0 0.18 0.47 0.17 37.58 0.53 0.63
Hex D3 AE 70 0 12 2F 11 26 35 3F
Octal 323 256 160 0 22 57 21 46 65 77
Binary 11010011 10101110 1110000 0 10010 101111 10001 100110 110101 111111

Color Harmonies of #D3AE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AE70

Black with #D3AE70

Text Example


Text Example

White with #D3AE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AE70; }

 p { color: rgb(211,174,112); }

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

background-color css

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

 a { background-color: rgb(211,174,112); }

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

border-color css

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

 span { border-color: rgb(211,174,112); }

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