Shades of Starship #DDDD3E
Tints of Starship #DDDD3E
RGB
CMYK
RGB Variations
Color information
#DDDD3E (or 0xDDDD3E) is known color: Starship. HEX triplet: DD, DD and 3E. RGB value is (221,221,62). Sum of RGB (Red+Green+Blue) = 221+221+62=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD3E is #2222C1. Grayscale: #CBCBCB. Windows color (decimal): -2237122 or 4120029. OLE color: 4120029.
HSL color Cylindrical-coordinate representation of color #DDDD3E: hue angle of 60º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDDD3E is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 62 | - |
CMYK | 0 | 0 | 0.72 | 0.13 |
HSL | 60º | 0.7% | 0.55% | - |
HSV(B) | 60º | 0.72% | 0.87% | - |
XYZ | 56.54 | 67.43 | 14.59 | - |
YUV | 202.87 | 48.5 | 140.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 62 | 0 | 0 | 0.72 | 0.13 | 60 | 0.7 | 0.55 |
Hex | DD | DD | 3E | 0 | 0 | 48 | D | 3C | 46 | 37 |
Octal | 335 | 335 | 76 | 0 | 0 | 110 | 15 | 74 | 106 | 67 |
Binary | 11011101 | 11011101 | 111110 | 0 | 0 | 1001000 | 1101 | 111100 | 1000110 | 110111 |
Color Harmonies of #DDDD3E
Complementary color
Monochromatic Colors of #DDDD3E
Black with #DDDD3E
Text Example
Text Example
White with #DDDD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD3E; }
p { color: rgb(221,221,62); }
H1.HeaderClassName
{
color: #DDDD3E;
}
.AnyTagClassName
{
color: #DDDD3E;
}
</style>
background-color css
<style>
a { background-color: #DDDD3E; }
a { background-color: rgb(221,221,62); }
div.DivClassName
{
background-color: #DDDD3E;
}
.BgClassName
{
background-color: #DDDD3E;
}
</style>
border-color css
<style>
span { border-color: #DDDD3E; }
span { border-color: rgb(221,221,62); }
td.TdClassName
{
border-color: #DDDD3E;
}
.TagClassName
{
border-color: #DDDD3E;
}
</style>