Shades of Pancho #DDB498
Tints of Pancho #DDB498
RGB
CMYK
RGB Variations
Color information
#DDB498 (or 0xDDB498) is known color: Pancho. HEX triplet: DD, B4 and 98. RGB value is (221,180,152). Sum of RGB (Red+Green+Blue) = 221+180+152=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB498 is #224B67. Grayscale: #BDBDBD. Windows color (decimal): -2247528 or 10007773. OLE color: 10007773.
HSL color Cylindrical-coordinate representation of color #DDB498: hue angle of 24.35º 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 #DDB498 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 152 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.13 |
| HSL | 24.35º | 0.5% | 0.73% | - |
| HSV(B) | 24.35º | 0.31% | 0.87% | - |
| XYZ | 51.81 | 50.28 | 36.68 | - |
| YUV | 189.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 152 | 0 | 0.19 | 0.31 | 0.13 | 24.35 | 0.5 | 0.73 |
| Hex | DD | B4 | 98 | 0 | 13 | 1F | D | 18 | 32 | 49 |
| Octal | 335 | 264 | 230 | 0 | 23 | 37 | 15 | 30 | 62 | 111 |
| Binary | 11011101 | 10110100 | 10011000 | 0 | 10011 | 11111 | 1101 | 11000 | 110010 | 1001001 |
Color Harmonies of #DDB498
Complementary color
Monochromatic Colors of #DDB498
Black with #DDB498
Text Example
Text Example
White with #DDB498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB498; }
p { color: rgb(221,180,152); }
H1.HeaderClassName
{
color: #DDB498;
}
.AnyTagClassName
{
color: #DDB498;
}
</style>
background-color css
<style>
a { background-color: #DDB498; }
a { background-color: rgb(221,180,152); }
div.DivClassName
{
background-color: #DDB498;
}
.BgClassName
{
background-color: #DDB498;
}
</style>
border-color css
<style>
span { border-color: #DDB498; }
span { border-color: rgb(221,180,152); }
td.TdClassName
{
border-color: #DDB498;
}
.TagClassName
{
border-color: #DDB498;
}
</style>