Shades of Starship #DFDF2D
Tints of Starship #DFDF2D
RGB
CMYK
RGB Variations
Color information
#DFDF2D (or 0xDFDF2D) is known color: Starship. HEX triplet: DF, DF and 2D. RGB value is (223,223,45). Sum of RGB (Red+Green+Blue) = 223+223+45=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDF2D is #2020D2. Grayscale: #CBCBCB. Windows color (decimal): -2105555 or 3006431. OLE color: 3006431.
HSL color Cylindrical-coordinate representation of color #DFDF2D: hue angle of 60º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFDF2D is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 45 | - |
CMYK | 0 | 0 | 0.80 | 0.13 |
HSL | 60º | 0.74% | 0.53% | - |
HSV(B) | 60º | 0.8% | 0.87% | - |
XYZ | 57.29 | 68.65 | 12.71 | - |
YUV | 202.71 | 39 | 142.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 45 | 0 | 0 | 0.80 | 0.13 | 60 | 0.74 | 0.53 |
Hex | DF | DF | 2D | 0 | 0 | 50 | D | 3C | 4A | 35 |
Octal | 337 | 337 | 55 | 0 | 0 | 120 | 15 | 74 | 112 | 65 |
Binary | 11011111 | 11011111 | 101101 | 0 | 0 | 1010000 | 1101 | 111100 | 1001010 | 110101 |
Color Harmonies of #DFDF2D
Complementary color
Monochromatic Colors of #DFDF2D
Black with #DFDF2D
Text Example
Text Example
White with #DFDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDF2D; }
p { color: rgb(223,223,45); }
H1.HeaderClassName
{
color: #DFDF2D;
}
.AnyTagClassName
{
color: #DFDF2D;
}
</style>
background-color css
<style>
a { background-color: #DFDF2D; }
a { background-color: rgb(223,223,45); }
div.DivClassName
{
background-color: #DFDF2D;
}
.BgClassName
{
background-color: #DFDF2D;
}
</style>
border-color css
<style>
span { border-color: #DFDF2D; }
span { border-color: rgb(223,223,45); }
td.TdClassName
{
border-color: #DFDF2D;
}
.TagClassName
{
border-color: #DFDF2D;
}
</style>