Shades of Starship #DFDC2C
Tints of Starship #DFDC2C
RGB
CMYK
RGB Variations
Color information
#DFDC2C (or 0xDFDC2C) is known color: Starship. HEX triplet: DF, DC and 2C. RGB value is (223,220,44). Sum of RGB (Red+Green+Blue) = 223+220+44=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC2C is #2023D3. Grayscale: #C9C9C9. Windows color (decimal): -2106324 or 2940127. OLE color: 2940127.
HSL color Cylindrical-coordinate representation of color #DFDC2C: hue angle of 58.99º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFDC2C is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 44 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.13 |
| HSL | 58.99º | 0.74% | 0.52% | - |
| HSV(B) | 58.99º | 0.8% | 0.87% | - |
| XYZ | 56.48 | 67.06 | 12.35 | - |
| YUV | 200.83 | 39.49 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 44 | 0 | 0.01 | 0.80 | 0.13 | 58.99 | 0.74 | 0.52 |
| Hex | DF | DC | 2C | 0 | 1 | 50 | D | 3B | 4A | 34 |
| Octal | 337 | 334 | 54 | 0 | 1 | 120 | 15 | 73 | 112 | 64 |
| Binary | 11011111 | 11011100 | 101100 | 0 | 1 | 1010000 | 1101 | 111011 | 1001010 | 110100 |
Color Harmonies of #DFDC2C
Complementary color
Monochromatic Colors of #DFDC2C
Black with #DFDC2C
Text Example
Text Example
White with #DFDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC2C; }
p { color: rgb(223,220,44); }
H1.HeaderClassName
{
color: #DFDC2C;
}
.AnyTagClassName
{
color: #DFDC2C;
}
</style>
background-color css
<style>
a { background-color: #DFDC2C; }
a { background-color: rgb(223,220,44); }
div.DivClassName
{
background-color: #DFDC2C;
}
.BgClassName
{
background-color: #DFDC2C;
}
</style>
border-color css
<style>
span { border-color: #DFDC2C; }
span { border-color: rgb(223,220,44); }
td.TdClassName
{
border-color: #DFDC2C;
}
.TagClassName
{
border-color: #DFDC2C;
}
</style>