#D69137

Color #D69137 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #D69137

Tints of Fuel Yellow #D69137

Color information

#D69137 (or 0xD69137) is unknown color: approx Fuel Yellow. HEX triplet: D6, 91 and 37. RGB value is (214,145,55). Sum of RGB (Red+Green+Blue) = 214+145+55=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D69137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69137 is #296EC8. Grayscale: #9B9B9B. Windows color (decimal): -2715337 or 3641814. OLE color: 3641814.

HSL color Cylindrical-coordinate representation of color #D69137: hue angle of 33.96º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D69137 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21414555-
CMYK00.320.740.16
HSL33.96º65.98%52.75%-
HSV(B)33.96º74.3%83.92%-
XYZ38.5534.828.3-
YUV155.3771.36169.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 51.69%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 55 (21.88% from 255) = 13.29%
R=51.69%
G=35.02%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141455500.320.740.1633.9665.9852.75
HexD691370204A10224235
Octal32622167040112204210265
Binary110101101001000111011101000001001010100001000101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69137; }

 p { color: rgb(214,145,55); }

 H1.HeaderClassName
 {
   color: #D69137;
 }
 .AnyTagClassName
 {
   color: #D69137;
 }
</style>
background-color css

<style>
 a { background-color: #D69137; }

 a { background-color: rgb(214,145,55); }

 div.DivClassName
 {
   background-color: #D69137;
 }
 .BgClassName
 {
   background-color: #D69137;
 }
</style>
border-color css

<style>
 span { border-color: #D69137; }

 span { border-color: rgb(214,145,55); }

 td.TdClassName
 {
   border-color: #D69137;
 }
 .TagClassName
 {
   border-color: #D69137;
 }
</style>