Html Css Color HEX #D9B271 Putty

📋 copy color: '#D9B271'

red 217 ◦ green 178 ◦ blue 113

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

Shades of Putty #D9B271

Tints of Putty #D9B271

RGB

 RED value IS 217 (85.16% from 255) = 42.72%

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

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

R = 42.72%
G = 35.04%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9B271 (or 0xD9B271) is known color: Putty. HEX triplet: D9, B2 and 71. RGB value is (217,178,113). Sum of RGB (Red+Green+Blue) = 217+178+113=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B271 is #264D8E. Grayscale: #B6B6B6. Windows color (decimal): -2510223 or 7451353. OLE color: 7451353.

HSL color Cylindrical-coordinate representation of color #D9B271: hue angle of 37.5º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9B271 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 178 113 -
CMYK 0 0.18 0.48 0.15
HSL 37.5º 0.58% 0.65% -
HSV(B) 37.5º 0.48% 0.85% -
XYZ 47.52 47.78 22.34 -
YUV 182.25 88.92 152.79 -
System Red Green Blue C M Y K H S L
Decimal 217 178 113 0 0.18 0.48 0.15 37.5 0.58 0.65
Hex D9 B2 71 0 12 30 F 26 3A 41
Octal 331 262 161 0 22 60 17 46 72 101
Binary 11011001 10110010 1110001 0 10010 110000 1111 100110 111010 1000001

Color Harmonies of #D9B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B271

Black with #D9B271

Text Example


Text Example

White with #D9B271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B271; }

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

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

background-color css

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

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

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

border-color css

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

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

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