Html Css Color HEX #D9B391 Pancho

📋 copy color: '#D9B391'

red 217 ◦ green 179 ◦ blue 145

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

Shades of Pancho #D9B391

Tints of Pancho #D9B391

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.09%

 BLUE value IS 145 (57.03% from 255) = 26.8%

R = 40.11%
G = 33.09%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D9B391 (or 0xD9B391) is known color: Pancho. HEX triplet: D9, B3 and 91. RGB value is (217,179,145). Sum of RGB (Red+Green+Blue) = 217+179+145=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B391 is #264C6E. Grayscale: #BABABA. Windows color (decimal): -2509935 or 9548761. OLE color: 9548761.

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

Color convert

RGB 217 179 145 -
CMYK 0 0.18 0.33 0.15
HSL 28.33º 0.49% 0.71% -
HSV(B) 28.33º 0.33% 0.85% -
XYZ 49.85 49.04 33.63 -
YUV 186.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 217 179 145 0 0.18 0.33 0.15 28.33 0.49 0.71
Hex D9 B3 91 0 12 21 F 1C 31 47
Octal 331 263 221 0 22 41 17 34 61 107
Binary 11011001 10110011 10010001 0 10010 100001 1111 11100 110001 1000111

Color Harmonies of #D9B391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B391

Black with #D9B391

Text Example


Text Example

White with #D9B391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B391; }

 p { color: rgb(217,179,145); }

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

background-color css

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

 a { background-color: rgb(217,179,145); }

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

border-color css

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

 span { border-color: rgb(217,179,145); }

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