Shades of Starship #DCD63D
Tints of Starship #DCD63D
RGB
CMYK
RGB Variations
Color information
#DCD63D (or 0xDCD63D) is known color: Starship. HEX triplet: DC, D6 and 3D. RGB value is (220,214,61). Sum of RGB (Red+Green+Blue) = 220+214+61=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD63D is #2329C2. Grayscale: #C6C6C6. Windows color (decimal): -2304451 or 4052700. OLE color: 4052700.
HSL color Cylindrical-coordinate representation of color #DCD63D: hue angle of 57.74º 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 #DCD63D is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 61 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.14 |
| HSL | 57.74º | 0.69% | 0.55% | - |
| HSV(B) | 57.74º | 0.72% | 0.86% | - |
| XYZ | 54.4 | 63.65 | 13.83 | - |
| YUV | 198.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 61 | 0 | 0.03 | 0.72 | 0.14 | 57.74 | 0.69 | 0.55 |
| Hex | DC | D6 | 3D | 0 | 3 | 48 | E | 3A | 45 | 37 |
| Octal | 334 | 326 | 75 | 0 | 3 | 110 | 16 | 72 | 105 | 67 |
| Binary | 11011100 | 11010110 | 111101 | 0 | 11 | 1001000 | 1110 | 111010 | 1000101 | 110111 |
Color Harmonies of #DCD63D
Complementary color
Monochromatic Colors of #DCD63D
Black with #DCD63D
Text Example
Text Example
White with #DCD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD63D; }
p { color: rgb(220,214,61); }
H1.HeaderClassName
{
color: #DCD63D;
}
.AnyTagClassName
{
color: #DCD63D;
}
</style>
background-color css
<style>
a { background-color: #DCD63D; }
a { background-color: rgb(220,214,61); }
div.DivClassName
{
background-color: #DCD63D;
}
.BgClassName
{
background-color: #DCD63D;
}
</style>
border-color css
<style>
span { border-color: #DCD63D; }
span { border-color: rgb(220,214,61); }
td.TdClassName
{
border-color: #DCD63D;
}
.TagClassName
{
border-color: #DCD63D;
}
</style>