Shades of Starship #DCDB3D
Tints of Starship #DCDB3D
RGB
CMYK
RGB Variations
Color information
#DCDB3D (or 0xDCDB3D) is known color: Starship. HEX triplet: DC, DB and 3D. RGB value is (220,219,61). Sum of RGB (Red+Green+Blue) = 220+219+61=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB3D is #2324C2. Grayscale: #C9C9C9. Windows color (decimal): -2303171 or 4053980. OLE color: 4053980.
HSL color Cylindrical-coordinate representation of color #DCDB3D: 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 #DCDB3D is Cyan = 0, Magento = 0.00, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 61 | - |
| 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.69 | 66.22 | 14.26 | - |
| YUV | 201.29 | 48.83 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 61 | 0 | 0.00 | 0.72 | 0.14 | 59.62 | 0.69 | 0.55 |
| Hex | DC | DB | 3D | 0 | 0 | 48 | E | 3C | 45 | 37 |
| Octal | 334 | 333 | 75 | 0 | 0 | 110 | 16 | 74 | 105 | 67 |
| Binary | 11011100 | 11011011 | 111101 | 0 | 0 | 1001000 | 1110 | 111100 | 1000101 | 110111 |
Color Harmonies of #DCDB3D
Complementary color
Monochromatic Colors of #DCDB3D
Black with #DCDB3D
Text Example
Text Example
White with #DCDB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB3D; }
p { color: rgb(220,219,61); }
H1.HeaderClassName
{
color: #DCDB3D;
}
.AnyTagClassName
{
color: #DCDB3D;
}
</style>
background-color css
<style>
a { background-color: #DCDB3D; }
a { background-color: rgb(220,219,61); }
div.DivClassName
{
background-color: #DCDB3D;
}
.BgClassName
{
background-color: #DCDB3D;
}
</style>
border-color css
<style>
span { border-color: #DCDB3D; }
span { border-color: rgb(220,219,61); }
td.TdClassName
{
border-color: #DCDB3D;
}
.TagClassName
{
border-color: #DCDB3D;
}
</style>