Shades of Starship #DCDB43
Tints of Starship #DCDB43
RGB
CMYK
RGB Variations
Color information
#DCDB43 (or 0xDCDB43) is known color: Starship. HEX triplet: DC, DB and 43. RGB value is (220,219,67). Sum of RGB (Red+Green+Blue) = 220+219+67=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 67 (26.56% from 255 or 13.24% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB43 is #2324BC. Grayscale: #CACACA. Windows color (decimal): -2303165 or 4447196. OLE color: 4447196.
HSL color Cylindrical-coordinate representation of color #DCDB43: hue angle of 59.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCDB43 is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 67 | - |
| CMYK | 0 | 0.00 | 0.70 | 0.14 |
| HSL | 59.61º | 0.69% | 0.56% | - |
| HSV(B) | 59.61º | 0.7% | 0.86% | - |
| XYZ | 55.86 | 66.28 | 15.16 | - |
| YUV | 201.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 67 | 0 | 0.00 | 0.70 | 0.14 | 59.61 | 0.69 | 0.56 |
| Hex | DC | DB | 43 | 0 | 0 | 46 | E | 3C | 45 | 38 |
| Octal | 334 | 333 | 103 | 0 | 0 | 106 | 16 | 74 | 105 | 70 |
| Binary | 11011100 | 11011011 | 1000011 | 0 | 0 | 1000110 | 1110 | 111100 | 1000101 | 111000 |
Color Harmonies of #DCDB43
Complementary color
Monochromatic Colors of #DCDB43
Black with #DCDB43
Text Example
Text Example
White with #DCDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB43; }
p { color: rgb(220,219,67); }
H1.HeaderClassName
{
color: #DCDB43;
}
.AnyTagClassName
{
color: #DCDB43;
}
</style>
background-color css
<style>
a { background-color: #DCDB43; }
a { background-color: rgb(220,219,67); }
div.DivClassName
{
background-color: #DCDB43;
}
.BgClassName
{
background-color: #DCDB43;
}
</style>
border-color css
<style>
span { border-color: #DCDB43; }
span { border-color: rgb(220,219,67); }
td.TdClassName
{
border-color: #DCDB43;
}
.TagClassName
{
border-color: #DCDB43;
}
</style>