Html Css Color HEX #D9B071 Putty

📋 copy color: '#D9B071'

red 217 ◦ green 176 ◦ blue 113

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

Shades of Putty #D9B071

Tints of Putty #D9B071

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.78%

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

R = 42.89%
G = 34.78%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9B071 (or 0xD9B071) is known color: Putty. HEX triplet: D9, B0 and 71. RGB value is (217,176,113). Sum of RGB (Red+Green+Blue) = 217+176+113=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B071 is #264F8E. Grayscale: #B5B5B5. Windows color (decimal): -2510735 or 7450841. OLE color: 7450841.

HSL color Cylindrical-coordinate representation of color #D9B071: hue angle of 36.35º 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 #D9B071 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 113 -
CMYK 0 0.19 0.48 0.15
HSL 36.35º 0.58% 0.65% -
HSV(B) 36.35º 0.48% 0.85% -
XYZ 47.12 46.99 22.21 -
YUV 181.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 217 176 113 0 0.19 0.48 0.15 36.35 0.58 0.65
Hex D9 B0 71 0 13 30 F 24 3A 41
Octal 331 260 161 0 23 60 17 44 72 101
Binary 11011001 10110000 1110001 0 10011 110000 1111 100100 111010 1000001

Color Harmonies of #D9B071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B071

Black with #D9B071

Text Example


Text Example

White with #D9B071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B071; }

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

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

background-color css

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

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

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

border-color css

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

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

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