#D18D2B

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

Shades of Fuel Yellow #D18D2B

Tints of Fuel Yellow #D18D2B

Color information

#D18D2B (or 0xD18D2B) is unknown color: approx Fuel Yellow. HEX triplet: D1, 8D and 2B. RGB value is (209,141,43). Sum of RGB (Red+Green+Blue) = 209+141+43=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18D2B is #2E72D4. Grayscale: #969696. Windows color (decimal): -3044053 or 2854353. OLE color: 2854353.

HSL color Cylindrical-coordinate representation of color #D18D2B: hue angle of 35.42º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D18D2B is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20914143-
CMYK00.330.790.18
HSL35.42º65.87%49.41%-
HSV(B)35.42º79.43%81.96%-
XYZ36.2632.786.7-
YUV150.1667.53169.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 141 (55.47% from 255) = 35.88%
BLUE value IS 43 (17.19% from 255) = 10.94%
R=53.18%
G=35.88%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091414300.330.790.1835.4265.8749.41
HexD18D2B0214F12234231
Octal32121553041117224310261
Binary110100011000110110101101000011001111100101000111000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18D2B; }

 p { color: rgb(209,141,43); }

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

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

 a { background-color: rgb(209,141,43); }

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

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

 span { border-color: rgb(209,141,43); }

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