Html Css Color HEX #D3B376 Putty

📋 copy color: '#D3B376'

red 211 ◦ green 179 ◦ blue 118

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

Shades of Putty #D3B376

Tints of Putty #D3B376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.23%

R = 41.54%
G = 35.24%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D3B376 (or 0xD3B376) is known color: Putty. HEX triplet: D3, B3 and 76. RGB value is (211,179,118). Sum of RGB (Red+Green+Blue) = 211+179+118=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B376 is #2C4C89. Grayscale: #B5B5B5. Windows color (decimal): -2903178 or 7779283. OLE color: 7779283.

HSL color Cylindrical-coordinate representation of color #D3B376: hue angle of 39.35º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3B376 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 179 118 -
CMYK 0 0.15 0.44 0.17
HSL 39.35º 0.51% 0.65% -
HSV(B) 39.35º 0.44% 0.83% -
XYZ 46.25 47.4 23.85 -
YUV 181.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 211 179 118 0 0.15 0.44 0.17 39.35 0.51 0.65
Hex D3 B3 76 0 F 2C 11 27 33 41
Octal 323 263 166 0 17 54 21 47 63 101
Binary 11010011 10110011 1110110 0 1111 101100 10001 100111 110011 1000001

Color Harmonies of #D3B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B376

Black with #D3B376

Text Example


Text Example

White with #D3B376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B376; }

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

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

background-color css

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

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

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

border-color css

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

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

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