Html Css Color HEX #D7B377 Putty

📋 copy color: '#D7B377'

red 215 ◦ green 179 ◦ blue 119

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

Shades of Putty #D7B377

Tints of Putty #D7B377

RGB

 RED value IS 215 (84.38% from 255) = 41.91%

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

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

R = 41.91%
G = 34.89%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D7B377 (or 0xD7B377) is known color: Putty. HEX triplet: D7, B3 and 77. RGB value is (215,179,119). Sum of RGB (Red+Green+Blue) = 215+179+119=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B377 is #284C88. Grayscale: #B7B7B7. Windows color (decimal): -2641033 or 7844823. OLE color: 7844823.

HSL color Cylindrical-coordinate representation of color #D7B377: hue angle of 37.5º degrees, saturation: 0.55, 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 #D7B377 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 119 -
CMYK 0 0.17 0.45 0.16
HSL 37.5º 0.55% 0.65% -
HSV(B) 37.5º 0.45% 0.84% -
XYZ 47.47 48.02 24.22 -
YUV 182.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 215 179 119 0 0.17 0.45 0.16 37.5 0.55 0.65
Hex D7 B3 77 0 11 2D 10 26 37 41
Octal 327 263 167 0 21 55 20 46 67 101
Binary 11010111 10110011 1110111 0 10001 101101 10000 100110 110111 1000001

Color Harmonies of #D7B377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B377

Black with #D7B377

Text Example


Text Example

White with #D7B377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B377; }

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

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

background-color css

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

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

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

border-color css

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

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

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