Shades of Pancho #DDB694
Tints of Pancho #DDB694
RGB
CMYK
RGB Variations
Color information
#DDB694 (or 0xDDB694) is known color: Pancho. HEX triplet: DD, B6 and 94. RGB value is (221,182,148). Sum of RGB (Red+Green+Blue) = 221+182+148=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB694 is #22496B. Grayscale: #BDBDBD. Windows color (decimal): -2247020 or 9746141. OLE color: 9746141.
HSL color Cylindrical-coordinate representation of color #DDB694: hue angle of 27.95º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDB694 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 148 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.13 |
| HSL | 27.95º | 0.52% | 0.72% | - |
| HSV(B) | 27.95º | 0.33% | 0.87% | - |
| XYZ | 51.89 | 50.97 | 35.12 | - |
| YUV | 189.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 148 | 0 | 0.18 | 0.33 | 0.13 | 27.95 | 0.52 | 0.72 |
| Hex | DD | B6 | 94 | 0 | 12 | 21 | D | 1C | 34 | 48 |
| Octal | 335 | 266 | 224 | 0 | 22 | 41 | 15 | 34 | 64 | 110 |
| Binary | 11011101 | 10110110 | 10010100 | 0 | 10010 | 100001 | 1101 | 11100 | 110100 | 1001000 |
Color Harmonies of #DDB694
Complementary color
Monochromatic Colors of #DDB694
Black with #DDB694
Text Example
Text Example
White with #DDB694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB694; }
p { color: rgb(221,182,148); }
H1.HeaderClassName
{
color: #DDB694;
}
.AnyTagClassName
{
color: #DDB694;
}
</style>
background-color css
<style>
a { background-color: #DDB694; }
a { background-color: rgb(221,182,148); }
div.DivClassName
{
background-color: #DDB694;
}
.BgClassName
{
background-color: #DDB694;
}
</style>
border-color css
<style>
span { border-color: #DDB694; }
span { border-color: rgb(221,182,148); }
td.TdClassName
{
border-color: #DDB694;
}
.TagClassName
{
border-color: #DDB694;
}
</style>