Html Css Color HEX #D3AD6D Putty

📋 copy color: '#D3AD6D'

red 211 ◦ green 173 ◦ blue 109

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

Shades of Putty #D3AD6D

Tints of Putty #D3AD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.11%

R = 42.8%
G = 35.09%
B = 22.11%

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

#D3AD6D (or 0xD3AD6D) is known color: Putty. HEX triplet: D3, AD and 6D. RGB value is (211,173,109). Sum of RGB (Red+Green+Blue) = 211+173+109=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD6D is #2C5292. Grayscale: #B1B1B1. Windows color (decimal): -2904723 or 7187923. OLE color: 7187923.

HSL color Cylindrical-coordinate representation of color #D3AD6D: hue angle of 37.65º degrees, saturation: 0.54, 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 #D3AD6D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 173 109 -
CMYK 0 0.18 0.48 0.17
HSL 37.65º 0.54% 0.63% -
HSV(B) 37.65º 0.48% 0.83% -
XYZ 44.57 44.84 20.77 -
YUV 177.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 211 173 109 0 0.18 0.48 0.17 37.65 0.54 0.63
Hex D3 AD 6D 0 12 30 11 26 36 3F
Octal 323 255 155 0 22 60 21 46 66 77
Binary 11010011 10101101 1101101 0 10010 110000 10001 100110 110110 111111

Color Harmonies of #D3AD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AD6D

Black with #D3AD6D

Text Example


Text Example

White with #D3AD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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