Shades of Pancho #DAC093
Tints of Pancho #DAC093
RGB
CMYK
RGB Variations
Color information
#DAC093 (or 0xDAC093) is known color: Pancho. HEX triplet: DA, C0 and 93. RGB value is (218,192,147). Sum of RGB (Red+Green+Blue) = 218+192+147=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC093 is #253F6C. Grayscale: #C2C2C2. Windows color (decimal): -2441069 or 9683162. OLE color: 9683162.
HSL color Cylindrical-coordinate representation of color #DAC093: hue angle of 38.03º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAC093 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 147 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.15 |
| HSL | 38.03º | 0.49% | 0.72% | - |
| HSV(B) | 38.03º | 0.33% | 0.85% | - |
| XYZ | 53.03 | 54.71 | 35.37 | - |
| YUV | 194.64 | 101.11 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 147 | 0 | 0.12 | 0.33 | 0.15 | 38.03 | 0.49 | 0.72 |
| Hex | DA | C0 | 93 | 0 | C | 21 | F | 26 | 31 | 48 |
| Octal | 332 | 300 | 223 | 0 | 14 | 41 | 17 | 46 | 61 | 110 |
| Binary | 11011010 | 11000000 | 10010011 | 0 | 1100 | 100001 | 1111 | 100110 | 110001 | 1001000 |
Color Harmonies of #DAC093
Complementary color
Monochromatic Colors of #DAC093
Black with #DAC093
Text Example
Text Example
White with #DAC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC093; }
p { color: rgb(218,192,147); }
H1.HeaderClassName
{
color: #DAC093;
}
.AnyTagClassName
{
color: #DAC093;
}
</style>
background-color css
<style>
a { background-color: #DAC093; }
a { background-color: rgb(218,192,147); }
div.DivClassName
{
background-color: #DAC093;
}
.BgClassName
{
background-color: #DAC093;
}
</style>
border-color css
<style>
span { border-color: #DAC093; }
span { border-color: rgb(218,192,147); }
td.TdClassName
{
border-color: #DAC093;
}
.TagClassName
{
border-color: #DAC093;
}
</style>