Shades of Starship #DCDB34
Tints of Starship #DCDB34
RGB
CMYK
RGB Variations
Color information
#DCDB34 (or 0xDCDB34) is known color: Starship. HEX triplet: DC, DB and 34. RGB value is (220,219,52). Sum of RGB (Red+Green+Blue) = 220+219+52=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB34 is #2324CB. Grayscale: #C8C8C8. Windows color (decimal): -2303180 or 3464156. OLE color: 3464156.
HSL color Cylindrical-coordinate representation of color #DCDB34: hue angle of 59.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCDB34 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 52 | - |
| CMYK | 0 | 0.00 | 0.76 | 0.14 |
| HSL | 59.64º | 0.71% | 0.53% | - |
| HSV(B) | 59.64º | 0.76% | 0.86% | - |
| XYZ | 55.47 | 66.13 | 13.09 | - |
| YUV | 200.26 | 44.33 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 52 | 0 | 0.00 | 0.76 | 0.14 | 59.64 | 0.71 | 0.53 |
| Hex | DC | DB | 34 | 0 | 0 | 4C | E | 3C | 47 | 35 |
| Octal | 334 | 333 | 64 | 0 | 0 | 114 | 16 | 74 | 107 | 65 |
| Binary | 11011100 | 11011011 | 110100 | 0 | 0 | 1001100 | 1110 | 111100 | 1000111 | 110101 |
Color Harmonies of #DCDB34
Complementary color
Monochromatic Colors of #DCDB34
Black with #DCDB34
Text Example
Text Example
White with #DCDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB34; }
p { color: rgb(220,219,52); }
H1.HeaderClassName
{
color: #DCDB34;
}
.AnyTagClassName
{
color: #DCDB34;
}
</style>
background-color css
<style>
a { background-color: #DCDB34; }
a { background-color: rgb(220,219,52); }
div.DivClassName
{
background-color: #DCDB34;
}
.BgClassName
{
background-color: #DCDB34;
}
</style>
border-color css
<style>
span { border-color: #DCDB34; }
span { border-color: rgb(220,219,52); }
td.TdClassName
{
border-color: #DCDB34;
}
.TagClassName
{
border-color: #DCDB34;
}
</style>