Shades of Fuel Yellow #D69C36
Tints of Fuel Yellow #D69C36
RGB
CMYK
RGB Variations
Color information
#D69C36 (or 0xD69C36) is known color: Fuel Yellow. HEX triplet: D6, 9C and 36. RGB value is (214,156,54). Sum of RGB (Red+Green+Blue) = 214+156+54=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C36 is #2963C9. Grayscale: #A2A2A2. Windows color (decimal): -2712522 or 3579094. OLE color: 3579094.
HSL color Cylindrical-coordinate representation of color #D69C36: hue angle of 38.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D69C36 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 54 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.16 |
| HSL | 38.25º | 0.66% | 0.53% | - |
| HSV(B) | 38.25º | 0.75% | 0.84% | - |
| XYZ | 40.29 | 38.34 | 8.77 | - |
| YUV | 161.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 54 | 0 | 0.27 | 0.75 | 0.16 | 38.25 | 0.66 | 0.53 |
| Hex | D6 | 9C | 36 | 0 | 1B | 4B | 10 | 26 | 42 | 35 |
| Octal | 326 | 234 | 66 | 0 | 33 | 113 | 20 | 46 | 102 | 65 |
| Binary | 11010110 | 10011100 | 110110 | 0 | 11011 | 1001011 | 10000 | 100110 | 1000010 | 110101 |
Color Harmonies of #D69C36
Complementary color
Monochromatic Colors of #D69C36
Black with #D69C36
Text Example
Text Example
White with #D69C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C36; }
p { color: rgb(214,156,54); }
H1.HeaderClassName
{
color: #D69C36;
}
.AnyTagClassName
{
color: #D69C36;
}
</style>
background-color css
<style>
a { background-color: #D69C36; }
a { background-color: rgb(214,156,54); }
div.DivClassName
{
background-color: #D69C36;
}
.BgClassName
{
background-color: #D69C36;
}
</style>
border-color css
<style>
span { border-color: #D69C36; }
span { border-color: rgb(214,156,54); }
td.TdClassName
{
border-color: #D69C36;
}
.TagClassName
{
border-color: #D69C36;
}
</style>