Shades of Persimmon #DE4308
Tints of Persimmon #DE4308
RGB
CMYK
RGB Variations
Color information
#DE4308 (or 0xDE4308) is known color: Persimmon. HEX triplet: DE, 43 and 08. RGB value is (222,67,8). Sum of RGB (Red+Green+Blue) = 222+67+8=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE4308 is #21BCF7. Grayscale: #6B6B6B. Windows color (decimal): -2211064 or 541662. OLE color: 541662.
HSL color Cylindrical-coordinate representation of color #DE4308: hue angle of 16.54º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE4308 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.13 |
| HSL | 16.54º | 0.93% | 0.45% | - |
| HSV(B) | 16.54º | 0.96% | 0.87% | - |
| XYZ | 32.18 | 19.56 | 2.31 | - |
| YUV | 106.62 | 72.35 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 8 | 0 | 0.70 | 0.96 | 0.13 | 16.54 | 0.93 | 0.45 |
| Hex | DE | 43 | 8 | 0 | 46 | 60 | D | 11 | 5D | 2D |
| Octal | 336 | 103 | 10 | 0 | 106 | 140 | 15 | 21 | 135 | 55 |
| Binary | 11011110 | 1000011 | 1000 | 0 | 1000110 | 1100000 | 1101 | 10001 | 1011101 | 101101 |
Color Harmonies of #DE4308
Complementary color
Monochromatic Colors of #DE4308
Black with #DE4308
Text Example
Text Example
White with #DE4308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4308; }
p { color: rgb(222,67,8); }
H1.HeaderClassName
{
color: #DE4308;
}
.AnyTagClassName
{
color: #DE4308;
}
</style>
background-color css
<style>
a { background-color: #DE4308; }
a { background-color: rgb(222,67,8); }
div.DivClassName
{
background-color: #DE4308;
}
.BgClassName
{
background-color: #DE4308;
}
</style>
border-color css
<style>
span { border-color: #DE4308; }
span { border-color: rgb(222,67,8); }
td.TdClassName
{
border-color: #DE4308;
}
.TagClassName
{
border-color: #DE4308;
}
</style>