Shades of Tenne (Tawny) #DC630B
Tints of Tenne (Tawny) #DC630B
RGB
CMYK
RGB Variations
Color information
#DC630B (or 0xDC630B) is known color: Tenne (Tawny). HEX triplet: DC, 63 and 0B. RGB value is (220,99,11). Sum of RGB (Red+Green+Blue) = 220+99+11=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC630B is #239CF4. Grayscale: #7D7D7D. Windows color (decimal): -2333941 or 746460. OLE color: 746460.
HSL color Cylindrical-coordinate representation of color #DC630B: hue angle of 25.26º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC630B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 99 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.14 |
| HSL | 25.26º | 0.9% | 0.45% | - |
| HSV(B) | 25.26º | 0.95% | 0.86% | - |
| XYZ | 34.04 | 24.16 | 3.19 | - |
| YUV | 125.15 | 63.59 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 99 | 11 | 0 | 0.55 | 0.95 | 0.14 | 25.26 | 0.9 | 0.45 |
| Hex | DC | 63 | B | 0 | 37 | 5F | E | 19 | 5A | 2D |
| Octal | 334 | 143 | 13 | 0 | 67 | 137 | 16 | 31 | 132 | 55 |
| Binary | 11011100 | 1100011 | 1011 | 0 | 110111 | 1011111 | 1110 | 11001 | 1011010 | 101101 |
Color Harmonies of #DC630B
Complementary color
Monochromatic Colors of #DC630B
Black with #DC630B
Text Example
Text Example
White with #DC630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC630B; }
p { color: rgb(220,99,11); }
H1.HeaderClassName
{
color: #DC630B;
}
.AnyTagClassName
{
color: #DC630B;
}
</style>
background-color css
<style>
a { background-color: #DC630B; }
a { background-color: rgb(220,99,11); }
div.DivClassName
{
background-color: #DC630B;
}
.BgClassName
{
background-color: #DC630B;
}
</style>
border-color css
<style>
span { border-color: #DC630B; }
span { border-color: rgb(220,99,11); }
td.TdClassName
{
border-color: #DC630B;
}
.TagClassName
{
border-color: #DC630B;
}
</style>