Shades of Starship #DCDB32
Tints of Starship #DCDB32
RGB
CMYK
RGB Variations
Color information
#DCDB32 (or 0xDCDB32) is known color: Starship. HEX triplet: DC, DB and 32. RGB value is (220,219,50). Sum of RGB (Red+Green+Blue) = 220+219+50=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB32 is #2324CD. Grayscale: #C8C8C8. Windows color (decimal): -2303182 or 3333084. OLE color: 3333084.
HSL color Cylindrical-coordinate representation of color #DCDB32: hue angle of 59.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCDB32 is Cyan = 0, Magento = 0.00, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 50 | - |
| CMYK | 0 | 0.00 | 0.77 | 0.14 |
| HSL | 59.65º | 0.71% | 0.53% | - |
| HSV(B) | 59.65º | 0.77% | 0.86% | - |
| XYZ | 55.42 | 66.11 | 12.86 | - |
| YUV | 200.03 | 43.33 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 50 | 0 | 0.00 | 0.77 | 0.14 | 59.65 | 0.71 | 0.53 |
| Hex | DC | DB | 32 | 0 | 0 | 4D | E | 3C | 47 | 35 |
| Octal | 334 | 333 | 62 | 0 | 0 | 115 | 16 | 74 | 107 | 65 |
| Binary | 11011100 | 11011011 | 110010 | 0 | 0 | 1001101 | 1110 | 111100 | 1000111 | 110101 |
Color Harmonies of #DCDB32
Complementary color
Monochromatic Colors of #DCDB32
Black with #DCDB32
Text Example
Text Example
White with #DCDB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB32; }
p { color: rgb(220,219,50); }
H1.HeaderClassName
{
color: #DCDB32;
}
.AnyTagClassName
{
color: #DCDB32;
}
</style>
background-color css
<style>
a { background-color: #DCDB32; }
a { background-color: rgb(220,219,50); }
div.DivClassName
{
background-color: #DCDB32;
}
.BgClassName
{
background-color: #DCDB32;
}
</style>
border-color css
<style>
span { border-color: #DCDB32; }
span { border-color: rgb(220,219,50); }
td.TdClassName
{
border-color: #DCDB32;
}
.TagClassName
{
border-color: #DCDB32;
}
</style>