Html Css Color HEX #DDB991 Pancho

📋 copy color: '#DDB991'

red 221 ◦ green 185 ◦ blue 145

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

Shades of Pancho #DDB991

Tints of Pancho #DDB991

RGB

 RED value IS 221 (86.72% from 255) = 40.11%

 GREEN value IS 185 (72.66% from 255) = 33.58%

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

R = 40.11%
G = 33.58%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DDB991 (or 0xDDB991) is known color: Pancho. HEX triplet: DD, B9 and 91. RGB value is (221,185,145). Sum of RGB (Red+Green+Blue) = 221+185+145=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB991 is #22466E. Grayscale: #BFBFBF. Windows color (decimal): -2246255 or 9550301. OLE color: 9550301.

HSL color Cylindrical-coordinate representation of color #DDB991: hue angle of 31.58º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDB991 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 185 145 -
CMYK 0 0.16 0.34 0.13
HSL 31.58º 0.53% 0.72% -
HSV(B) 31.58º 0.34% 0.87% -
XYZ 52.28 52.11 34.09 -
YUV 191.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 221 185 145 0 0.16 0.34 0.13 31.58 0.53 0.72
Hex DD B9 91 0 10 22 D 20 35 48
Octal 335 271 221 0 20 42 15 40 65 110
Binary 11011101 10111001 10010001 0 10000 100010 1101 100000 110101 1001000

Color Harmonies of #DDB991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB991

Black with #DDB991

Text Example


Text Example

White with #DDB991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB991; }

 p { color: rgb(221,185,145); }

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

background-color css

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

 a { background-color: rgb(221,185,145); }

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

border-color css

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

 span { border-color: rgb(221,185,145); }

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