Shades of Starship #DFDA3D
Tints of Starship #DFDA3D
RGB
CMYK
RGB Variations
Color information
#DFDA3D (or 0xDFDA3D) is known color: Starship. HEX triplet: DF, DA and 3D. RGB value is (223,218,61). Sum of RGB (Red+Green+Blue) = 223+218+61=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDA3D is #2025C2. Grayscale: #CACACA. Windows color (decimal): -2106819 or 4053727. OLE color: 4053727.
HSL color Cylindrical-coordinate representation of color #DFDA3D: hue angle of 58.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFDA3D is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 61 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.13 |
| HSL | 58.15º | 0.72% | 0.56% | - |
| HSV(B) | 58.15º | 0.73% | 0.87% | - |
| XYZ | 56.35 | 66.17 | 14.22 | - |
| YUV | 201.6 | 48.66 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 61 | 0 | 0.02 | 0.73 | 0.13 | 58.15 | 0.72 | 0.56 |
| Hex | DF | DA | 3D | 0 | 2 | 49 | D | 3A | 48 | 38 |
| Octal | 337 | 332 | 75 | 0 | 2 | 111 | 15 | 72 | 110 | 70 |
| Binary | 11011111 | 11011010 | 111101 | 0 | 10 | 1001001 | 1101 | 111010 | 1001000 | 111000 |
Color Harmonies of #DFDA3D
Complementary color
Monochromatic Colors of #DFDA3D
Black with #DFDA3D
Text Example
Text Example
White with #DFDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA3D; }
p { color: rgb(223,218,61); }
H1.HeaderClassName
{
color: #DFDA3D;
}
.AnyTagClassName
{
color: #DFDA3D;
}
</style>
background-color css
<style>
a { background-color: #DFDA3D; }
a { background-color: rgb(223,218,61); }
div.DivClassName
{
background-color: #DFDA3D;
}
.BgClassName
{
background-color: #DFDA3D;
}
</style>
border-color css
<style>
span { border-color: #DFDA3D; }
span { border-color: rgb(223,218,61); }
td.TdClassName
{
border-color: #DFDA3D;
}
.TagClassName
{
border-color: #DFDA3D;
}
</style>