Shades of Starship #DBD534
Tints of Starship #DBD534
RGB
CMYK
RGB Variations
Color information
#DBD534 (or 0xDBD534) is known color: Starship. HEX triplet: DB, D5 and 34. RGB value is (219,213,52). Sum of RGB (Red+Green+Blue) = 219+213+52=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD534 is #242ACB. Grayscale: #C5C5C5. Windows color (decimal): -2370252 or 3462619. OLE color: 3462619.
HSL color Cylindrical-coordinate representation of color #DBD534: hue angle of 57.84º degrees, saturation: 0.7, 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 #DBD534 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 213 | 52 | - |
CMYK | 0 | 0.03 | 0.76 | 0.14 |
HSL | 57.84º | 0.7% | 0.53% | - |
HSV(B) | 57.84º | 0.76% | 0.86% | - |
XYZ | 53.63 | 62.9 | 12.56 | - |
YUV | 196.44 | 46.49 | 144.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 213 | 52 | 0 | 0.03 | 0.76 | 0.14 | 57.84 | 0.7 | 0.53 |
Hex | DB | D5 | 34 | 0 | 3 | 4C | E | 3A | 46 | 35 |
Octal | 333 | 325 | 64 | 0 | 3 | 114 | 16 | 72 | 106 | 65 |
Binary | 11011011 | 11010101 | 110100 | 0 | 11 | 1001100 | 1110 | 111010 | 1000110 | 110101 |
Color Harmonies of #DBD534
Complementary color
Monochromatic Colors of #DBD534
Black with #DBD534
Text Example
Text Example
White with #DBD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD534; }
p { color: rgb(219,213,52); }
H1.HeaderClassName
{
color: #DBD534;
}
.AnyTagClassName
{
color: #DBD534;
}
</style>
background-color css
<style>
a { background-color: #DBD534; }
a { background-color: rgb(219,213,52); }
div.DivClassName
{
background-color: #DBD534;
}
.BgClassName
{
background-color: #DBD534;
}
</style>
border-color css
<style>
span { border-color: #DBD534; }
span { border-color: rgb(219,213,52); }
td.TdClassName
{
border-color: #DBD534;
}
.TagClassName
{
border-color: #DBD534;
}
</style>