Shades of Turbo #FFDD23
Tints of Turbo #FFDD23
RGB
CMYK
RGB Variations
Color information
#FFDD23 (or 0xFFDD23) is known color: Turbo. HEX triplet: FF, DD and 23. RGB value is (255,221,35). Sum of RGB (Red+Green+Blue) = 255+221+35=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 35 (14.06% from 255 or 6.85% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDD23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDD23 is #0022DC. Grayscale: #D2D2D2. Windows color (decimal): -8925 or 2350591. OLE color: 2350591.
HSL color Cylindrical-coordinate representation of color #FFDD23: hue angle of 50.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFDD23 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 221 | 35 | - |
| CMYK | 0 | 0.13 | 0.86 | 0 |
| HSL | 50.73º | 1% | 0.57% | - |
| HSV(B) | 50.73º | 0.86% | 1% | - |
| XYZ | 67.4 | 73.09 | 12.15 | - |
| YUV | 209.96 | 29.26 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 221 | 35 | 0 | 0.13 | 0.86 | 0 | 50.73 | 1 | 0.57 |
| Hex | FF | DD | 23 | 0 | D | 56 | 0 | 33 | 64 | 39 |
| Octal | 377 | 335 | 43 | 0 | 15 | 126 | 0 | 63 | 144 | 71 |
| Binary | 11111111 | 11011101 | 100011 | 0 | 1101 | 1010110 | 0 | 110011 | 1100100 | 111001 |
Color Harmonies of #FFDD23
Complementary color
Monochromatic Colors of #FFDD23
Black with #FFDD23
Text Example
Text Example
White with #FFDD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDD23; }
p { color: rgb(255,221,35); }
H1.HeaderClassName
{
color: #FFDD23;
}
.AnyTagClassName
{
color: #FFDD23;
}
</style>
background-color css
<style>
a { background-color: #FFDD23; }
a { background-color: rgb(255,221,35); }
div.DivClassName
{
background-color: #FFDD23;
}
.BgClassName
{
background-color: #FFDD23;
}
</style>
border-color css
<style>
span { border-color: #FFDD23; }
span { border-color: rgb(255,221,35); }
td.TdClassName
{
border-color: #FFDD23;
}
.TagClassName
{
border-color: #FFDD23;
}
</style>