#D38B36

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

Shades of Fuel Yellow #D38B36

Tints of Fuel Yellow #D38B36

Color information

#D38B36 (or 0xD38B36) is unknown color: approx Fuel Yellow. HEX triplet: D3, 8B and 36. RGB value is (211,139,54). Sum of RGB (Red+Green+Blue) = 211+139+54=404 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.23% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38B36 is #2C74C9. Grayscale: #979797. Windows color (decimal): -2913482 or 3574739. OLE color: 3574739.

HSL color Cylindrical-coordinate representation of color #D38B36: hue angle of 32.48º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D38B36 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB21113954-
CMYK00.340.740.17
HSL32.48º64.08%51.96%-
HSV(B)32.48º74.41%82.75%-
XYZ36.7632.587.84-
YUV150.8473.35170.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.23%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 54 (21.48% from 255) = 13.37%
R=52.23%
G=34.41%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111395400.340.740.1732.4864.0851.96
HexD38B360224A11204034
Octal32321366042112214010064
Binary110100111000101111011001000101001010100011000001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38B36; }

 p { color: rgb(211,139,54); }

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

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

 a { background-color: rgb(211,139,54); }

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

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

 span { border-color: rgb(211,139,54); }

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