Shades of Starship #DFDB34
Tints of Starship #DFDB34
RGB
CMYK
RGB Variations
Color information
#DFDB34 (or 0xDFDB34) is known color: Starship. HEX triplet: DF, DB and 34. RGB value is (223,219,52). Sum of RGB (Red+Green+Blue) = 223+219+52=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB34 is #2024CB. Grayscale: #C9C9C9. Windows color (decimal): -2106572 or 3464159. OLE color: 3464159.
HSL color Cylindrical-coordinate representation of color #DFDB34: hue angle of 58.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFDB34 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 52 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.13 |
| HSL | 58.6º | 0.73% | 0.54% | - |
| HSV(B) | 58.6º | 0.77% | 0.87% | - |
| XYZ | 56.38 | 66.6 | 13.13 | - |
| YUV | 201.16 | 43.83 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 52 | 0 | 0.02 | 0.77 | 0.13 | 58.6 | 0.73 | 0.54 |
| Hex | DF | DB | 34 | 0 | 2 | 4D | D | 3B | 49 | 36 |
| Octal | 337 | 333 | 64 | 0 | 2 | 115 | 15 | 73 | 111 | 66 |
| Binary | 11011111 | 11011011 | 110100 | 0 | 10 | 1001101 | 1101 | 111011 | 1001001 | 110110 |
Color Harmonies of #DFDB34
Complementary color
Monochromatic Colors of #DFDB34
Black with #DFDB34
Text Example
Text Example
White with #DFDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB34; }
p { color: rgb(223,219,52); }
H1.HeaderClassName
{
color: #DFDB34;
}
.AnyTagClassName
{
color: #DFDB34;
}
</style>
background-color css
<style>
a { background-color: #DFDB34; }
a { background-color: rgb(223,219,52); }
div.DivClassName
{
background-color: #DFDB34;
}
.BgClassName
{
background-color: #DFDB34;
}
</style>
border-color css
<style>
span { border-color: #DFDB34; }
span { border-color: rgb(223,219,52); }
td.TdClassName
{
border-color: #DFDB34;
}
.TagClassName
{
border-color: #DFDB34;
}
</style>