Html Css Color HEX #D7B172 Putty

📋 copy color: '#D7B172'

red 215 ◦ green 177 ◦ blue 114

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

Shades of Putty #D7B172

Tints of Putty #D7B172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.53%

R = 42.49%
G = 34.98%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7B172 (or 0xD7B172) is known color: Putty. HEX triplet: D7, B1 and 72. RGB value is (215,177,114). Sum of RGB (Red+Green+Blue) = 215+177+114=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B172 is #284E8D. Grayscale: #B5B5B5. Windows color (decimal): -2641550 or 7516631. OLE color: 7516631.

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

Color convert

RGB 215 177 114 -
CMYK 0 0.18 0.47 0.16
HSL 37.43º 0.56% 0.65% -
HSV(B) 37.43º 0.47% 0.84% -
XYZ 46.78 47.11 22.55 -
YUV 181.18 90.09 152.12 -
System Red Green Blue C M Y K H S L
Decimal 215 177 114 0 0.18 0.47 0.16 37.43 0.56 0.65
Hex D7 B1 72 0 12 2F 10 25 38 41
Octal 327 261 162 0 22 57 20 45 70 101
Binary 11010111 10110001 1110010 0 10010 101111 10000 100101 111000 1000001

Color Harmonies of #D7B172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B172

Black with #D7B172

Text Example


Text Example

White with #D7B172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B172; }

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

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

background-color css

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

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

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

border-color css

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

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

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