Shades of Starship #DFDB42
Tints of Starship #DFDB42
RGB
CMYK
RGB Variations
Color information
#DFDB42 (or 0xDFDB42) is known color: Starship. HEX triplet: DF, DB and 42. RGB value is (223,219,66). Sum of RGB (Red+Green+Blue) = 223+219+66=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 66 (26.17% from 255 or 12.99% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB42 is #2024BD. Grayscale: #CBCBCB. Windows color (decimal): -2106558 or 4381663. OLE color: 4381663.
HSL color Cylindrical-coordinate representation of color #DFDB42: hue angle of 58.47º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFDB42 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 66 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.13 |
| HSL | 58.47º | 0.71% | 0.57% | - |
| HSV(B) | 58.47º | 0.7% | 0.87% | - |
| XYZ | 56.75 | 66.74 | 15.05 | - |
| YUV | 202.75 | 50.83 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 66 | 0 | 0.02 | 0.70 | 0.13 | 58.47 | 0.71 | 0.57 |
| Hex | DF | DB | 42 | 0 | 2 | 46 | D | 3A | 47 | 39 |
| Octal | 337 | 333 | 102 | 0 | 2 | 106 | 15 | 72 | 107 | 71 |
| Binary | 11011111 | 11011011 | 1000010 | 0 | 10 | 1000110 | 1101 | 111010 | 1000111 | 111001 |
Color Harmonies of #DFDB42
Complementary color
Monochromatic Colors of #DFDB42
Black with #DFDB42
Text Example
Text Example
White with #DFDB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB42; }
p { color: rgb(223,219,66); }
H1.HeaderClassName
{
color: #DFDB42;
}
.AnyTagClassName
{
color: #DFDB42;
}
</style>
background-color css
<style>
a { background-color: #DFDB42; }
a { background-color: rgb(223,219,66); }
div.DivClassName
{
background-color: #DFDB42;
}
.BgClassName
{
background-color: #DFDB42;
}
</style>
border-color css
<style>
span { border-color: #DFDB42; }
span { border-color: rgb(223,219,66); }
td.TdClassName
{
border-color: #DFDB42;
}
.TagClassName
{
border-color: #DFDB42;
}
</style>