Html Css Color HEX #D6B376 Putty

📋 copy color: '#D6B376'

red 214 ◦ green 179 ◦ blue 118

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

Shades of Putty #D6B376

Tints of Putty #D6B376

RGB

 RED value IS 214 (83.98% from 255) = 41.88%

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

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

R = 41.88%
G = 35.03%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6B376 (or 0xD6B376) is known color: Putty. HEX triplet: D6, B3 and 76. RGB value is (214,179,118). Sum of RGB (Red+Green+Blue) = 214+179+118=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B376 is #294C89. Grayscale: #B6B6B6. Windows color (decimal): -2706570 or 7779286. OLE color: 7779286.

HSL color Cylindrical-coordinate representation of color #D6B376: hue angle of 38.12º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6B376 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 118 -
CMYK 0 0.16 0.45 0.16
HSL 38.13º 0.54% 0.65% -
HSV(B) 38.13º 0.45% 0.84% -
XYZ 47.12 47.84 23.89 -
YUV 182.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 214 179 118 0 0.16 0.45 0.16 38.13 0.54 0.65
Hex D6 B3 76 0 10 2D 10 26 36 41
Octal 326 263 166 0 20 55 20 46 66 101
Binary 11010110 10110011 1110110 0 10000 101101 10000 100110 110110 1000001

Color Harmonies of #D6B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B376

Black with #D6B376

Text Example


Text Example

White with #D6B376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B376; }

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

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

background-color css

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

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

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

border-color css

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

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

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