Html Css Color HEX #D3B771 Putty

📋 copy color: '#D3B771'

red 211 ◦ green 183 ◦ blue 113

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

Shades of Putty #D3B771

Tints of Putty #D3B771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.09%

 BLUE value IS 113 (44.53% from 255) = 22.29%

R = 41.62%
G = 36.09%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D3B771 (or 0xD3B771) is known color: Putty. HEX triplet: D3, B7 and 71. RGB value is (211,183,113). Sum of RGB (Red+Green+Blue) = 211+183+113=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B771 is #2C488E. Grayscale: #B7B7B7. Windows color (decimal): -2902159 or 7452627. OLE color: 7452627.

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

Color convert

RGB 211 183 113 -
CMYK 0 0.13 0.46 0.17
HSL 42.86º 0.53% 0.64% -
HSV(B) 42.86º 0.46% 0.83% -
XYZ 46.78 48.91 22.6 -
YUV 183.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 211 183 113 0 0.13 0.46 0.17 42.86 0.53 0.64
Hex D3 B7 71 0 D 2E 11 2B 35 40
Octal 323 267 161 0 15 56 21 53 65 100
Binary 11010011 10110111 1110001 0 1101 101110 10001 101011 110101 1000000

Color Harmonies of #D3B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B771

Black with #D3B771

Text Example


Text Example

White with #D3B771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B771; }

 p { color: rgb(211,183,113); }

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

background-color css

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

 a { background-color: rgb(211,183,113); }

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

border-color css

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

 span { border-color: rgb(211,183,113); }

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