#D38C34

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

Shades of Fuel Yellow #D38C34

Tints of Fuel Yellow #D38C34

Color information

#D38C34 (or 0xD38C34) is unknown color: approx Fuel Yellow. HEX triplet: D3, 8C and 34. RGB value is (211,140,52). Sum of RGB (Red+Green+Blue) = 211+140+52=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38C34 is #2C73CB. Grayscale: #979797. Windows color (decimal): -2913228 or 3443923. OLE color: 3443923.

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

Color convert

RGB21114052-
CMYK00.340.750.17
HSL33.21º64.37%51.57%-
HSV(B)33.21º75.36%82.75%-
XYZ36.8632.857.65-
YUV151.272.02170.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.36%
GREEN value IS 140 (55.08% from 255) = 34.74%
BLUE value IS 52 (20.70% from 255) = 12.90%
R=52.36%
G=34.74%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111405200.340.750.1733.2164.3751.57
HexD38C340224B11214034
Octal32321464042113214110064
Binary110100111000110011010001000101001011100011000011000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38C34; }

 p { color: rgb(211,140,52); }

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

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

 a { background-color: rgb(211,140,52); }

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

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

 span { border-color: rgb(211,140,52); }

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