Html Css Color HEX #D3A56E Putty

📋 copy color: '#D3A56E'

red 211 ◦ green 165 ◦ blue 110

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

Shades of Putty #D3A56E

Tints of Putty #D3A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.95%

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

R = 43.42%
G = 33.95%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3A56E (or 0xD3A56E) is known color: Putty. HEX triplet: D3, A5 and 6E. RGB value is (211,165,110). Sum of RGB (Red+Green+Blue) = 211+165+110=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A56E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A56E is #2C5A91. Grayscale: #ACACAC. Windows color (decimal): -2906770 or 7251411. OLE color: 7251411.

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

Color convert

RGB 211 165 110 -
CMYK 0 0.22 0.48 0.17
HSL 32.67º 0.53% 0.63% -
HSV(B) 32.67º 0.48% 0.83% -
XYZ 43.13 41.88 20.56 -
YUV 172.48 92.74 155.47 -
System Red Green Blue C M Y K H S L
Decimal 211 165 110 0 0.22 0.48 0.17 32.67 0.53 0.63
Hex D3 A5 6E 0 16 30 11 21 35 3F
Octal 323 245 156 0 26 60 21 41 65 77
Binary 11010011 10100101 1101110 0 10110 110000 10001 100001 110101 111111

Color Harmonies of #D3A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A56E

Black with #D3A56E

Text Example


Text Example

White with #D3A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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