Shades of Starship #DCDF38
Tints of Starship #DCDF38
RGB
CMYK
RGB Variations
Color information
#DCDF38 (or 0xDCDF38) is known color: Starship. HEX triplet: DC, DF and 38. RGB value is (220,223,56). Sum of RGB (Red+Green+Blue) = 220+223+56=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 56 (22.27% from 255 or 11.22% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDF38 is #2320C7. Grayscale: #CBCBCB. Windows color (decimal): -2302152 or 3727324. OLE color: 3727324.
HSL color Cylindrical-coordinate representation of color #DCDF38: hue angle of 61.08º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCDF38 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 56 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.13 |
| HSL | 61.08º | 0.72% | 0.55% | - |
| HSV(B) | 61.08º | 0.75% | 0.87% | - |
| XYZ | 56.62 | 68.28 | 13.94 | - |
| YUV | 203.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 56 | 0.01 | 0 | 0.75 | 0.13 | 61.08 | 0.72 | 0.55 |
| Hex | DC | DF | 38 | 1 | 0 | 4B | D | 3D | 48 | 37 |
| Octal | 334 | 337 | 70 | 1 | 0 | 113 | 15 | 75 | 110 | 67 |
| Binary | 11011100 | 11011111 | 111000 | 1 | 0 | 1001011 | 1101 | 111101 | 1001000 | 110111 |
Color Harmonies of #DCDF38
Complementary color
Monochromatic Colors of #DCDF38
Black with #DCDF38
Text Example
Text Example
White with #DCDF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDF38; }
p { color: rgb(220,223,56); }
H1.HeaderClassName
{
color: #DCDF38;
}
.AnyTagClassName
{
color: #DCDF38;
}
</style>
background-color css
<style>
a { background-color: #DCDF38; }
a { background-color: rgb(220,223,56); }
div.DivClassName
{
background-color: #DCDF38;
}
.BgClassName
{
background-color: #DCDF38;
}
</style>
border-color css
<style>
span { border-color: #DCDF38; }
span { border-color: rgb(220,223,56); }
td.TdClassName
{
border-color: #DCDF38;
}
.TagClassName
{
border-color: #DCDF38;
}
</style>