Shades of Pancho #DDB89B
Tints of Pancho #DDB89B
RGB
CMYK
RGB Variations
Color information
#DDB89B (or 0xDDB89B) is known color: Pancho. HEX triplet: DD, B8 and 9B. RGB value is (221,184,155). Sum of RGB (Red+Green+Blue) = 221+184+155=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 184 (72.27% from 255 or 32.86% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB89B is #224764. Grayscale: #BFBFBF. Windows color (decimal): -2246501 or 10205405. OLE color: 10205405.
HSL color Cylindrical-coordinate representation of color #DDB89B: hue angle of 26.36º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB89B is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 155 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.13 |
| HSL | 26.36º | 0.49% | 0.74% | - |
| HSV(B) | 26.36º | 0.3% | 0.87% | - |
| XYZ | 52.88 | 52.02 | 38.26 | - |
| YUV | 191.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 155 | 0 | 0.17 | 0.30 | 0.13 | 26.36 | 0.49 | 0.74 |
| Hex | DD | B8 | 9B | 0 | 11 | 1E | D | 1A | 31 | 4A |
| Octal | 335 | 270 | 233 | 0 | 21 | 36 | 15 | 32 | 61 | 112 |
| Binary | 11011101 | 10111000 | 10011011 | 0 | 10001 | 11110 | 1101 | 11010 | 110001 | 1001010 |
Color Harmonies of #DDB89B
Complementary color
Monochromatic Colors of #DDB89B
Black with #DDB89B
Text Example
Text Example
White with #DDB89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB89B; }
p { color: rgb(221,184,155); }
H1.HeaderClassName
{
color: #DDB89B;
}
.AnyTagClassName
{
color: #DDB89B;
}
</style>
background-color css
<style>
a { background-color: #DDB89B; }
a { background-color: rgb(221,184,155); }
div.DivClassName
{
background-color: #DDB89B;
}
.BgClassName
{
background-color: #DDB89B;
}
</style>
border-color css
<style>
span { border-color: #DDB89B; }
span { border-color: rgb(221,184,155); }
td.TdClassName
{
border-color: #DDB89B;
}
.TagClassName
{
border-color: #DDB89B;
}
</style>