Html Css Color HEX #D6B377 Putty

📋 copy color: '#D6B377'

red 214 ◦ green 179 ◦ blue 119

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

Shades of Putty #D6B377

Tints of Putty #D6B377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.24%

R = 41.8%
G = 34.96%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6B377 (or 0xD6B377) is known color: Putty. HEX triplet: D6, B3 and 77. RGB value is (214,179,119). Sum of RGB (Red+Green+Blue) = 214+179+119=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B377 is #294C88. Grayscale: #B6B6B6. Windows color (decimal): -2706569 or 7844822. OLE color: 7844822.

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

Color convert

RGB 214 179 119 -
CMYK 0 0.16 0.44 0.16
HSL 37.89º 0.54% 0.65% -
HSV(B) 37.89º 0.44% 0.84% -
XYZ 47.18 47.87 24.21 -
YUV 182.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 214 179 119 0 0.16 0.44 0.16 37.89 0.54 0.65
Hex D6 B3 77 0 10 2C 10 26 36 41
Octal 326 263 167 0 20 54 20 46 66 101
Binary 11010110 10110011 1110111 0 10000 101100 10000 100110 110110 1000001

Color Harmonies of #D6B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B377

Black with #D6B377

Text Example


Text Example

White with #D6B377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B377; }

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

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

background-color css

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

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

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

border-color css

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

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

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