Shades of Turbo #FFDD22
Tints of Turbo #FFDD22
RGB
CMYK
RGB Variations
Color information
#FFDD22 (or 0xFFDD22) is known color: Turbo. HEX triplet: FF, DD and 22. RGB value is (255,221,34). Sum of RGB (Red+Green+Blue) = 255+221+34=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 34 (13.67% from 255 or 6.67% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD22 is #0022DD. Grayscale: #D2D2D2. Windows color (decimal): -8926 or 2285055. OLE color: 2285055.
HSL color Cylindrical-coordinate representation of color #FFDD22: hue angle of 50.77º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFDD22 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 34 | - |
| CMYK | 0 | 0.13 | 0.87 | 0 |
| HSL | 50.77º | 1% | 0.57% | - |
| HSV(B) | 50.77º | 0.87% | 1% | - |
| XYZ | 67.39 | 73.09 | 12.07 | - |
| YUV | 209.85 | 28.76 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 34 | 0 | 0.13 | 0.87 | 0 | 50.77 | 1 | 0.57 |
| Hex | FF | DD | 22 | 0 | D | 57 | 0 | 33 | 64 | 39 |
| Octal | 377 | 335 | 42 | 0 | 15 | 127 | 0 | 63 | 144 | 71 |
| Binary | 11111111 | 11011101 | 100010 | 0 | 1101 | 1010111 | 0 | 110011 | 1100100 | 111001 |
Color Harmonies of #FFDD22
Complementary color
Monochromatic Colors of #FFDD22
Black with #FFDD22
Text Example
Text Example
White with #FFDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD22; }
p { color: rgb(255,221,34); }
H1.HeaderClassName
{
color: #FFDD22;
}
.AnyTagClassName
{
color: #FFDD22;
}
</style>
background-color css
<style>
a { background-color: #FFDD22; }
a { background-color: rgb(255,221,34); }
div.DivClassName
{
background-color: #FFDD22;
}
.BgClassName
{
background-color: #FFDD22;
}
</style>
border-color css
<style>
span { border-color: #FFDD22; }
span { border-color: rgb(255,221,34); }
td.TdClassName
{
border-color: #FFDD22;
}
.TagClassName
{
border-color: #FFDD22;
}
</style>