Html Css Color HEX #D7B175 Putty

📋 copy color: '#D7B175'

red 215 ◦ green 177 ◦ blue 117

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

Shades of Putty #D7B175

Tints of Putty #D7B175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.77%

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 42.24%
G = 34.77%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7B175 (or 0xD7B175) is known color: Putty. HEX triplet: D7, B1 and 75. RGB value is (215,177,117). Sum of RGB (Red+Green+Blue) = 215+177+117=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B175 is #284E8A. Grayscale: #B5B5B5. Windows color (decimal): -2641547 or 7713239. OLE color: 7713239.

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

Color convert

RGB 215 177 117 -
CMYK 0 0.18 0.46 0.16
HSL 36.73º 0.55% 0.65% -
HSV(B) 36.73º 0.46% 0.84% -
XYZ 46.96 47.18 23.46 -
YUV 181.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 215 177 117 0 0.18 0.46 0.16 36.73 0.55 0.65
Hex D7 B1 75 0 12 2E 10 25 37 41
Octal 327 261 165 0 22 56 20 45 67 101
Binary 11010111 10110001 1110101 0 10010 101110 10000 100101 110111 1000001

Color Harmonies of #D7B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B175

Black with #D7B175

Text Example


Text Example

White with #D7B175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B175; }

 p { color: rgb(215,177,117); }

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

background-color css

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

 a { background-color: rgb(215,177,117); }

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

border-color css

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

 span { border-color: rgb(215,177,117); }

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