Shades of Starship #DBE43B
Tints of Starship #DBE43B
RGB
CMYK
RGB Variations
Color information
#DBE43B (or 0xDBE43B) is known color: Starship. HEX triplet: DB, E4 and 3B. RGB value is (219,228,59). Sum of RGB (Red+Green+Blue) = 219+228+59=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 59 (23.44% from 255 or 11.66% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE43B is #241BC4. Grayscale: #CECECE. Windows color (decimal): -2366405 or 3925211. OLE color: 3925211.
HSL color Cylindrical-coordinate representation of color #DBE43B: hue angle of 63.2º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBE43B is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 228 | 59 | - |
CMYK | 0.04 | 0 | 0.74 | 0.11 |
HSL | 63.2º | 0.76% | 0.56% | - |
HSV(B) | 63.2º | 0.74% | 0.89% | - |
XYZ | 57.75 | 70.86 | 14.77 | - |
YUV | 206.04 | 45.02 | 137.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 228 | 59 | 0.04 | 0 | 0.74 | 0.11 | 63.2 | 0.76 | 0.56 |
Hex | DB | E4 | 3B | 4 | 0 | 4A | B | 3F | 4C | 38 |
Octal | 333 | 344 | 73 | 4 | 0 | 112 | 13 | 77 | 114 | 70 |
Binary | 11011011 | 11100100 | 111011 | 100 | 0 | 1001010 | 1011 | 111111 | 1001100 | 111000 |
Color Harmonies of #DBE43B
Complementary color
Monochromatic Colors of #DBE43B
Black with #DBE43B
Text Example
Text Example
White with #DBE43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE43B; }
p { color: rgb(219,228,59); }
H1.HeaderClassName
{
color: #DBE43B;
}
.AnyTagClassName
{
color: #DBE43B;
}
</style>
background-color css
<style>
a { background-color: #DBE43B; }
a { background-color: rgb(219,228,59); }
div.DivClassName
{
background-color: #DBE43B;
}
.BgClassName
{
background-color: #DBE43B;
}
</style>
border-color css
<style>
span { border-color: #DBE43B; }
span { border-color: rgb(219,228,59); }
td.TdClassName
{
border-color: #DBE43B;
}
.TagClassName
{
border-color: #DBE43B;
}
</style>