Html Css Color HEX #D3B370 Putty

📋 copy color: '#D3B370'

red 211 ◦ green 179 ◦ blue 112

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

Shades of Putty #D3B370

Tints of Putty #D3B370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.66%

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

R = 42.03%
G = 35.66%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.17

RGB Variations

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

Color information

#D3B370 (or 0xD3B370) is known color: Putty. HEX triplet: D3, B3 and 70. RGB value is (211,179,112). Sum of RGB (Red+Green+Blue) = 211+179+112=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B370 is #2C4C8F. Grayscale: #B5B5B5. Windows color (decimal): -2903184 or 7386067. OLE color: 7386067.

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

Color convert

RGB 211 179 112 -
CMYK 0 0.15 0.47 0.17
HSL 40.61º 0.53% 0.63% -
HSV(B) 40.61º 0.47% 0.83% -
XYZ 45.91 47.26 22.03 -
YUV 180.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 211 179 112 0 0.15 0.47 0.17 40.61 0.53 0.63
Hex D3 B3 70 0 F 2F 11 29 35 3F
Octal 323 263 160 0 17 57 21 51 65 77
Binary 11010011 10110011 1110000 0 1111 101111 10001 101001 110101 111111

Color Harmonies of #D3B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B370

Black with #D3B370

Text Example


Text Example

White with #D3B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B370; }

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

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

background-color css

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

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

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

border-color css

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

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

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