Shades of Starship #DFDB3C
Tints of Starship #DFDB3C
RGB
CMYK
RGB Variations
Color information
#DFDB3C (or 0xDFDB3C) is known color: Starship. HEX triplet: DF, DB and 3C. RGB value is (223,219,60). Sum of RGB (Red+Green+Blue) = 223+219+60=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 60 (23.83% from 255 or 11.95% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDB3C is #2024C3. Grayscale: #CACACA. Windows color (decimal): -2106564 or 3988447. OLE color: 3988447.
HSL color Cylindrical-coordinate representation of color #DFDB3C: hue angle of 58.53º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFDB3C is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 219 | 60 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.13 |
| HSL | 58.53º | 0.72% | 0.55% | - |
| HSV(B) | 58.53º | 0.73% | 0.87% | - |
| XYZ | 56.58 | 66.68 | 14.16 | - |
| YUV | 202.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 219 | 60 | 0 | 0.02 | 0.73 | 0.13 | 58.53 | 0.72 | 0.55 |
| Hex | DF | DB | 3C | 0 | 2 | 49 | D | 3B | 48 | 37 |
| Octal | 337 | 333 | 74 | 0 | 2 | 111 | 15 | 73 | 110 | 67 |
| Binary | 11011111 | 11011011 | 111100 | 0 | 10 | 1001001 | 1101 | 111011 | 1001000 | 110111 |
Color Harmonies of #DFDB3C
Complementary color
Monochromatic Colors of #DFDB3C
Black with #DFDB3C
Text Example
Text Example
White with #DFDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDB3C; }
p { color: rgb(223,219,60); }
H1.HeaderClassName
{
color: #DFDB3C;
}
.AnyTagClassName
{
color: #DFDB3C;
}
</style>
background-color css
<style>
a { background-color: #DFDB3C; }
a { background-color: rgb(223,219,60); }
div.DivClassName
{
background-color: #DFDB3C;
}
.BgClassName
{
background-color: #DFDB3C;
}
</style>
border-color css
<style>
span { border-color: #DFDB3C; }
span { border-color: rgb(223,219,60); }
td.TdClassName
{
border-color: #DFDB3C;
}
.TagClassName
{
border-color: #DFDB3C;
}
</style>