Html Css Color HEX #D1B172 Putty

📋 copy color: '#D1B172'

red 209 ◦ green 177 ◦ blue 114

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

Shades of Putty #D1B172

Tints of Putty #D1B172

RGB

 RED value IS 209 (82.03% from 255) = 41.8%

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

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

R = 41.8%
G = 35.4%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1B172 (or 0xD1B172) is known color: Putty. HEX triplet: D1, B1 and 72. RGB value is (209,177,114). Sum of RGB (Red+Green+Blue) = 209+177+114=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B172 is #2E4E8D. Grayscale: #B3B3B3. Windows color (decimal): -3034766 or 7516625. OLE color: 7516625.

HSL color Cylindrical-coordinate representation of color #D1B172: hue angle of 39.79º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1B172 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 177 114 -
CMYK 0 0.15 0.45 0.18
HSL 39.79º 0.51% 0.63% -
HSV(B) 39.79º 0.45% 0.82% -
XYZ 45.05 46.21 22.47 -
YUV 179.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 209 177 114 0 0.15 0.45 0.18 39.79 0.51 0.63
Hex D1 B1 72 0 F 2D 12 28 33 3F
Octal 321 261 162 0 17 55 22 50 63 77
Binary 11010001 10110001 1110010 0 1111 101101 10010 101000 110011 111111

Color Harmonies of #D1B172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B172

Black with #D1B172

Text Example


Text Example

White with #D1B172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B172; }

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

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

background-color css

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

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

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

border-color css

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

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

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