#D38D3C

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

Shades of Fuel Yellow #D38D3C

Tints of Fuel Yellow #D38D3C

Color information

#D38D3C (or 0xD38D3C) is unknown color: approx Fuel Yellow. HEX triplet: D3, 8D and 3C. RGB value is (211,141,60). Sum of RGB (Red+Green+Blue) = 211+141+60=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 60 (23.83% from 255 or 14.56% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D38D3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38D3C is #2C72C3. Grayscale: #999999. Windows color (decimal): -2912964 or 3968467. OLE color: 3968467.

HSL color Cylindrical-coordinate representation of color #D38D3C: hue angle of 32.19º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D38D3C is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB21114160-
CMYK00.330.720.17
HSL32.19º63.18%53.14%-
HSV(B)32.19º71.56%82.75%-
XYZ37.233.228.73-
YUV152.775.69169.59-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.21%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 60 (23.83% from 255) = 14.56%
R=51.21%
G=34.22%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111416000.330.720.1732.1963.1853.14
HexD38D3C0214811203f35
Octal3232157404111021407765
Binary11010011100011011111000100001100100010001100000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38D3C; }

 p { color: rgb(211,141,60); }

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

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

 a { background-color: rgb(211,141,60); }

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

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

 span { border-color: rgb(211,141,60); }

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