Shades of Starship #DFDC34
Tints of Starship #DFDC34
RGB
CMYK
RGB Variations
Color information
#DFDC34 (or 0xDFDC34) is known color: Starship. HEX triplet: DF, DC and 34. RGB value is (223,220,52). Sum of RGB (Red+Green+Blue) = 223+220+52=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 52 (20.70% from 255 or 10.51% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC34 is #2023CB. Grayscale: #CACACA. Windows color (decimal): -2106316 or 3464415. OLE color: 3464415.
HSL color Cylindrical-coordinate representation of color #DFDC34: hue angle of 58.95º 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 #DFDC34 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 220 | 52 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.13 |
| HSL | 58.95º | 0.73% | 0.54% | - |
| HSV(B) | 58.95º | 0.77% | 0.87% | - |
| XYZ | 56.64 | 67.12 | 13.22 | - |
| YUV | 201.75 | 43.49 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 220 | 52 | 0 | 0.01 | 0.77 | 0.13 | 58.95 | 0.73 | 0.54 |
| Hex | DF | DC | 34 | 0 | 1 | 4D | D | 3B | 49 | 36 |
| Octal | 337 | 334 | 64 | 0 | 1 | 115 | 15 | 73 | 111 | 66 |
| Binary | 11011111 | 11011100 | 110100 | 0 | 1 | 1001101 | 1101 | 111011 | 1001001 | 110110 |
Color Harmonies of #DFDC34
Complementary color
Monochromatic Colors of #DFDC34
Black with #DFDC34
Text Example
Text Example
White with #DFDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDC34; }
p { color: rgb(223,220,52); }
H1.HeaderClassName
{
color: #DFDC34;
}
.AnyTagClassName
{
color: #DFDC34;
}
</style>
background-color css
<style>
a { background-color: #DFDC34; }
a { background-color: rgb(223,220,52); }
div.DivClassName
{
background-color: #DFDC34;
}
.BgClassName
{
background-color: #DFDC34;
}
</style>
border-color css
<style>
span { border-color: #DFDC34; }
span { border-color: rgb(223,220,52); }
td.TdClassName
{
border-color: #DFDC34;
}
.TagClassName
{
border-color: #DFDC34;
}
</style>