Shades of Starship #DCDF35
Tints of Starship #DCDF35
RGB
CMYK
RGB Variations
Color information
#DCDF35 (or 0xDCDF35) is known color: Starship. HEX triplet: DC, DF and 35. RGB value is (220,223,53). Sum of RGB (Red+Green+Blue) = 220+223+53=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF35 is #2320CA. Grayscale: #CBCBCB. Windows color (decimal): -2302155 or 3530716. OLE color: 3530716.
HSL color Cylindrical-coordinate representation of color #DCDF35: hue angle of 61.06º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCDF35 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 53 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.13 |
| HSL | 61.06º | 0.73% | 0.54% | - |
| HSV(B) | 61.06º | 0.76% | 0.87% | - |
| XYZ | 56.55 | 68.25 | 13.56 | - |
| YUV | 202.72 | 43.51 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 53 | 0.01 | 0 | 0.76 | 0.13 | 61.06 | 0.73 | 0.54 |
| Hex | DC | DF | 35 | 1 | 0 | 4C | D | 3D | 49 | 36 |
| Octal | 334 | 337 | 65 | 1 | 0 | 114 | 15 | 75 | 111 | 66 |
| Binary | 11011100 | 11011111 | 110101 | 1 | 0 | 1001100 | 1101 | 111101 | 1001001 | 110110 |
Color Harmonies of #DCDF35
Complementary color
Monochromatic Colors of #DCDF35
Black with #DCDF35
Text Example
Text Example
White with #DCDF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF35; }
p { color: rgb(220,223,53); }
H1.HeaderClassName
{
color: #DCDF35;
}
.AnyTagClassName
{
color: #DCDF35;
}
</style>
background-color css
<style>
a { background-color: #DCDF35; }
a { background-color: rgb(220,223,53); }
div.DivClassName
{
background-color: #DCDF35;
}
.BgClassName
{
background-color: #DCDF35;
}
</style>
border-color css
<style>
span { border-color: #DCDF35; }
span { border-color: rgb(220,223,53); }
td.TdClassName
{
border-color: #DCDF35;
}
.TagClassName
{
border-color: #DCDF35;
}
</style>