Shades of Pancho #DDB398
Tints of Pancho #DDB398
RGB
CMYK
RGB Variations
Color information
#DDB398 (or 0xDDB398) is known color: Pancho. HEX triplet: DD, B3 and 98. RGB value is (221,179,152). Sum of RGB (Red+Green+Blue) = 221+179+152=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB398 is #224C67. Grayscale: #BCBCBC. Windows color (decimal): -2247784 or 10007517. OLE color: 10007517.
HSL color Cylindrical-coordinate representation of color #DDB398: hue angle of 23.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDB398 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 152 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.13 |
| HSL | 23.48º | 0.5% | 0.73% | - |
| HSV(B) | 23.48º | 0.31% | 0.87% | - |
| XYZ | 51.61 | 49.88 | 36.61 | - |
| YUV | 188.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 152 | 0 | 0.19 | 0.31 | 0.13 | 23.48 | 0.5 | 0.73 |
| Hex | DD | B3 | 98 | 0 | 13 | 1F | D | 17 | 32 | 49 |
| Octal | 335 | 263 | 230 | 0 | 23 | 37 | 15 | 27 | 62 | 111 |
| Binary | 11011101 | 10110011 | 10011000 | 0 | 10011 | 11111 | 1101 | 10111 | 110010 | 1001001 |
Color Harmonies of #DDB398
Complementary color
Monochromatic Colors of #DDB398
Black with #DDB398
Text Example
Text Example
White with #DDB398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB398; }
p { color: rgb(221,179,152); }
H1.HeaderClassName
{
color: #DDB398;
}
.AnyTagClassName
{
color: #DDB398;
}
</style>
background-color css
<style>
a { background-color: #DDB398; }
a { background-color: rgb(221,179,152); }
div.DivClassName
{
background-color: #DDB398;
}
.BgClassName
{
background-color: #DDB398;
}
</style>
border-color css
<style>
span { border-color: #DDB398; }
span { border-color: rgb(221,179,152); }
td.TdClassName
{
border-color: #DDB398;
}
.TagClassName
{
border-color: #DDB398;
}
</style>