Html Css Color HEX #D3AD6E Putty

📋 copy color: '#D3AD6E'

red 211 ◦ green 173 ◦ blue 110

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

Shades of Putty #D3AD6E

Tints of Putty #D3AD6E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.02%

 BLUE value IS 110 (43.36% from 255) = 22.27%

R = 42.71%
G = 35.02%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3AD6E (or 0xD3AD6E) is known color: Putty. HEX triplet: D3, AD and 6E. RGB value is (211,173,110). Sum of RGB (Red+Green+Blue) = 211+173+110=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD6E is #2C5291. Grayscale: #B1B1B1. Windows color (decimal): -2904722 or 7253459. OLE color: 7253459.

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

Color convert

RGB 211 173 110 -
CMYK 0 0.18 0.48 0.17
HSL 37.43º 0.53% 0.63% -
HSV(B) 37.43º 0.48% 0.83% -
XYZ 44.62 44.86 21.06 -
YUV 177.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 211 173 110 0 0.18 0.48 0.17 37.43 0.53 0.63
Hex D3 AD 6E 0 12 30 11 25 35 3F
Octal 323 255 156 0 22 60 21 45 65 77
Binary 11010011 10101101 1101110 0 10010 110000 10001 100101 110101 111111

Color Harmonies of #D3AD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AD6E

Black with #D3AD6E

Text Example


Text Example

White with #D3AD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AD6E; }

 p { color: rgb(211,173,110); }

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

background-color css

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

 a { background-color: rgb(211,173,110); }

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

border-color css

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

 span { border-color: rgb(211,173,110); }

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