Shades of Turbo #FFDB1D
Tints of Turbo #FFDB1D
RGB
CMYK
RGB Variations
Color information
#FFDB1D (or 0xFFDB1D) is known color: Turbo. HEX triplet: FF, DB and 1D. RGB value is (255,219,29). Sum of RGB (Red+Green+Blue) = 255+219+29=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 29 (11.72% from 255 or 5.77% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDB1D is #0024E2. Grayscale: #D0D0D0. Windows color (decimal): -9443 or 1956863. OLE color: 1956863.
HSL color Cylindrical-coordinate representation of color #FFDB1D: hue angle of 50.44º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFDB1D is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 219 | 29 | - |
| CMYK | 0 | 0.14 | 0.89 | 0 |
| HSL | 50.44º | 1% | 0.56% | - |
| HSV(B) | 50.44º | 0.89% | 1% | - |
| XYZ | 66.79 | 72.01 | 11.54 | - |
| YUV | 208.1 | 26.93 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 219 | 29 | 0 | 0.14 | 0.89 | 0 | 50.44 | 1 | 0.56 |
| Hex | FF | DB | 1D | 0 | E | 59 | 0 | 32 | 64 | 38 |
| Octal | 377 | 333 | 35 | 0 | 16 | 131 | 0 | 62 | 144 | 70 |
| Binary | 11111111 | 11011011 | 11101 | 0 | 1110 | 1011001 | 0 | 110010 | 1100100 | 111000 |
Color Harmonies of #FFDB1D
Complementary color
Monochromatic Colors of #FFDB1D
Black with #FFDB1D
Text Example
Text Example
White with #FFDB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDB1D; }
p { color: rgb(255,219,29); }
H1.HeaderClassName
{
color: #FFDB1D;
}
.AnyTagClassName
{
color: #FFDB1D;
}
</style>
background-color css
<style>
a { background-color: #FFDB1D; }
a { background-color: rgb(255,219,29); }
div.DivClassName
{
background-color: #FFDB1D;
}
.BgClassName
{
background-color: #FFDB1D;
}
</style>
border-color css
<style>
span { border-color: #FFDB1D; }
span { border-color: rgb(255,219,29); }
td.TdClassName
{
border-color: #FFDB1D;
}
.TagClassName
{
border-color: #FFDB1D;
}
</style>