Shades of Starship #DCDB3E
Tints of Starship #DCDB3E
RGB
CMYK
RGB Variations
Color information
#DCDB3E (or 0xDCDB3E) is known color: Starship. HEX triplet: DC, DB and 3E. RGB value is (220,219,62). Sum of RGB (Red+Green+Blue) = 220+219+62=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB3E is #2324C1. Grayscale: #CACACA. Windows color (decimal): -2303170 or 4119516. OLE color: 4119516.
HSL color Cylindrical-coordinate representation of color #DCDB3E: hue angle of 59.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCDB3E is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 62 | - |
| CMYK | 0 | 0.00 | 0.72 | 0.14 |
| HSL | 59.62º | 0.69% | 0.55% | - |
| HSV(B) | 59.62º | 0.72% | 0.86% | - |
| XYZ | 55.72 | 66.23 | 14.4 | - |
| YUV | 201.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 62 | 0 | 0.00 | 0.72 | 0.14 | 59.62 | 0.69 | 0.55 |
| Hex | DC | DB | 3E | 0 | 0 | 48 | E | 3C | 45 | 37 |
| Octal | 334 | 333 | 76 | 0 | 0 | 110 | 16 | 74 | 105 | 67 |
| Binary | 11011100 | 11011011 | 111110 | 0 | 0 | 1001000 | 1110 | 111100 | 1000101 | 110111 |
Color Harmonies of #DCDB3E
Complementary color
Monochromatic Colors of #DCDB3E
Black with #DCDB3E
Text Example
Text Example
White with #DCDB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB3E; }
p { color: rgb(220,219,62); }
H1.HeaderClassName
{
color: #DCDB3E;
}
.AnyTagClassName
{
color: #DCDB3E;
}
</style>
background-color css
<style>
a { background-color: #DCDB3E; }
a { background-color: rgb(220,219,62); }
div.DivClassName
{
background-color: #DCDB3E;
}
.BgClassName
{
background-color: #DCDB3E;
}
</style>
border-color css
<style>
span { border-color: #DCDB3E; }
span { border-color: rgb(220,219,62); }
td.TdClassName
{
border-color: #DCDB3E;
}
.TagClassName
{
border-color: #DCDB3E;
}
</style>