Shades of Starship #DEEB3C
Tints of Starship #DEEB3C
RGB
CMYK
RGB Variations
Color information
#DEEB3C (or 0xDEEB3C) is known color: Starship. HEX triplet: DE, EB and 3C. RGB value is (222,235,60). Sum of RGB (Red+Green+Blue) = 222+235+60=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB3C is #2114C3. Grayscale: #D3D3D3. Windows color (decimal): -2168004 or 3992542. OLE color: 3992542.
HSL color Cylindrical-coordinate representation of color #DEEB3C: hue angle of 64.46º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEEB3C is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 60 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.08 |
| HSL | 64.46º | 0.81% | 0.58% | - |
| HSV(B) | 64.46º | 0.74% | 0.92% | - |
| XYZ | 60.65 | 75.27 | 15.61 | - |
| YUV | 211.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 60 | 0.06 | 0 | 0.74 | 0.08 | 64.46 | 0.81 | 0.58 |
| Hex | DE | EB | 3C | 6 | 0 | 4A | 8 | 40 | 51 | 3A |
| Octal | 336 | 353 | 74 | 6 | 0 | 112 | 10 | 100 | 121 | 72 |
| Binary | 11011110 | 11101011 | 111100 | 110 | 0 | 1001010 | 1000 | 1000000 | 1010001 | 111010 |
Color Harmonies of #DEEB3C
Complementary color
Monochromatic Colors of #DEEB3C
Black with #DEEB3C
Text Example
Text Example
White with #DEEB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB3C; }
p { color: rgb(222,235,60); }
H1.HeaderClassName
{
color: #DEEB3C;
}
.AnyTagClassName
{
color: #DEEB3C;
}
</style>
background-color css
<style>
a { background-color: #DEEB3C; }
a { background-color: rgb(222,235,60); }
div.DivClassName
{
background-color: #DEEB3C;
}
.BgClassName
{
background-color: #DEEB3C;
}
</style>
border-color css
<style>
span { border-color: #DEEB3C; }
span { border-color: rgb(222,235,60); }
td.TdClassName
{
border-color: #DEEB3C;
}
.TagClassName
{
border-color: #DEEB3C;
}
</style>