Shades of Pancho #DDBF90
Tints of Pancho #DDBF90
RGB
CMYK
RGB Variations
Color information
#DDBF90 (or 0xDDBF90) is known color: Pancho. HEX triplet: DD, BF and 90. RGB value is (221,191,144). Sum of RGB (Red+Green+Blue) = 221+191+144=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF90 is #22406F. Grayscale: #C2C2C2. Windows color (decimal): -2244720 or 9486301. OLE color: 9486301.
HSL color Cylindrical-coordinate representation of color #DDBF90: hue angle of 36.62º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDBF90 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 144 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.13 |
| HSL | 36.62º | 0.53% | 0.72% | - |
| HSV(B) | 36.62º | 0.35% | 0.87% | - |
| XYZ | 53.48 | 54.65 | 34.11 | - |
| YUV | 194.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 144 | 0 | 0.14 | 0.35 | 0.13 | 36.62 | 0.53 | 0.72 |
| Hex | DD | BF | 90 | 0 | E | 23 | D | 25 | 35 | 48 |
| Octal | 335 | 277 | 220 | 0 | 16 | 43 | 15 | 45 | 65 | 110 |
| Binary | 11011101 | 10111111 | 10010000 | 0 | 1110 | 100011 | 1101 | 100101 | 110101 | 1001000 |
Color Harmonies of #DDBF90
Complementary color
Monochromatic Colors of #DDBF90
Black with #DDBF90
Text Example
Text Example
White with #DDBF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF90; }
p { color: rgb(221,191,144); }
H1.HeaderClassName
{
color: #DDBF90;
}
.AnyTagClassName
{
color: #DDBF90;
}
</style>
background-color css
<style>
a { background-color: #DDBF90; }
a { background-color: rgb(221,191,144); }
div.DivClassName
{
background-color: #DDBF90;
}
.BgClassName
{
background-color: #DDBF90;
}
</style>
border-color css
<style>
span { border-color: #DDBF90; }
span { border-color: rgb(221,191,144); }
td.TdClassName
{
border-color: #DDBF90;
}
.TagClassName
{
border-color: #DDBF90;
}
</style>