Html Css Color HEX #D9B471 Putty

📋 copy color: '#D9B471'

red 217 ◦ green 180 ◦ blue 113

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

Shades of Putty #D9B471

Tints of Putty #D9B471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.29%

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

R = 42.55%
G = 35.29%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9B471 (or 0xD9B471) is known color: Putty. HEX triplet: D9, B4 and 71. RGB value is (217,180,113). Sum of RGB (Red+Green+Blue) = 217+180+113=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B471 is #264B8E. Grayscale: #B7B7B7. Windows color (decimal): -2509711 or 7451865. OLE color: 7451865.

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

Color convert

RGB 217 180 113 -
CMYK 0 0.17 0.48 0.15
HSL 38.65º 0.58% 0.65% -
HSV(B) 38.65º 0.48% 0.85% -
XYZ 47.92 48.59 22.48 -
YUV 183.43 88.26 151.95 -
System Red Green Blue C M Y K H S L
Decimal 217 180 113 0 0.17 0.48 0.15 38.65 0.58 0.65
Hex D9 B4 71 0 11 30 F 27 3A 41
Octal 331 264 161 0 21 60 17 47 72 101
Binary 11011001 10110100 1110001 0 10001 110000 1111 100111 111010 1000001

Color Harmonies of #D9B471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B471

Black with #D9B471

Text Example


Text Example

White with #D9B471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B471; }

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

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

background-color css

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

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

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

border-color css

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

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

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