Html Css Color HEX #D1B271 Putty

📋 copy color: '#D1B271'

red 209 ◦ green 178 ◦ blue 113

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

Shades of Putty #D1B271

Tints of Putty #D1B271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.6%

 BLUE value IS 113 (44.53% from 255) = 22.6%

R = 41.8%
G = 35.6%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D1B271 (or 0xD1B271) is known color: Putty. HEX triplet: D1, B2 and 71. RGB value is (209,178,113). Sum of RGB (Red+Green+Blue) = 209+178+113=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B271 is #2E4D8E. Grayscale: #B4B4B4. Windows color (decimal): -3034511 or 7451345. OLE color: 7451345.

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

Color convert

RGB 209 178 113 -
CMYK 0 0.15 0.46 0.18
HSL 40.63º 0.51% 0.63% -
HSV(B) 40.63º 0.46% 0.82% -
XYZ 45.2 46.59 22.23 -
YUV 179.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 209 178 113 0 0.15 0.46 0.18 40.63 0.51 0.63
Hex D1 B2 71 0 F 2E 12 29 33 3F
Octal 321 262 161 0 17 56 22 51 63 77
Binary 11010001 10110010 1110001 0 1111 101110 10010 101001 110011 111111

Color Harmonies of #D1B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B271

Black with #D1B271

Text Example


Text Example

White with #D1B271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B271; }

 p { color: rgb(209,178,113); }

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

background-color css

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

 a { background-color: rgb(209,178,113); }

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

border-color css

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

 span { border-color: rgb(209,178,113); }

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