Shades of Fuel Yellow #D2993C
Tints of Fuel Yellow #D2993C
RGB
CMYK
RGB Variations
Color information
#D2993C (or 0xD2993C) is known color: Fuel Yellow. HEX triplet: D2, 99 and 3C. RGB value is (210,153,60). Sum of RGB (Red+Green+Blue) = 210+153+60=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2993C is #2D66C3. Grayscale: #9F9F9F. Windows color (decimal): -2975428 or 3971538. OLE color: 3971538.
HSL color Cylindrical-coordinate representation of color #D2993C: hue angle of 37.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2993C is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 153 | 60 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.18 |
| HSL | 37.2º | 0.63% | 0.53% | - |
| HSV(B) | 37.2º | 0.71% | 0.82% | - |
| XYZ | 38.79 | 36.81 | 9.34 | - |
| YUV | 159.44 | 71.88 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 153 | 60 | 0 | 0.27 | 0.71 | 0.18 | 37.2 | 0.63 | 0.53 |
| Hex | D2 | 99 | 3C | 0 | 1B | 47 | 12 | 25 | 3E | 35 |
| Octal | 322 | 231 | 74 | 0 | 33 | 107 | 22 | 45 | 76 | 65 |
| Binary | 11010010 | 10011001 | 111100 | 0 | 11011 | 1000111 | 10010 | 100101 | 111110 | 110101 |
Color Harmonies of #D2993C
Complementary color
Monochromatic Colors of #D2993C
Black with #D2993C
Text Example
Text Example
White with #D2993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2993C; }
p { color: rgb(210,153,60); }
H1.HeaderClassName
{
color: #D2993C;
}
.AnyTagClassName
{
color: #D2993C;
}
</style>
background-color css
<style>
a { background-color: #D2993C; }
a { background-color: rgb(210,153,60); }
div.DivClassName
{
background-color: #D2993C;
}
.BgClassName
{
background-color: #D2993C;
}
</style>
border-color css
<style>
span { border-color: #D2993C; }
span { border-color: rgb(210,153,60); }
td.TdClassName
{
border-color: #D2993C;
}
.TagClassName
{
border-color: #D2993C;
}
</style>