Html Css Color HEX #D18B2D Fuel Yellow

📋 copy color: '#D18B2D'

red 209 ◦ green 139 ◦ blue 45

#D18B2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuel Yellow #D18B2D

Tints of Fuel Yellow #D18B2D

RGB

 RED value IS 209 (82.03% from 255) = 53.18%

 GREEN value IS 139 (54.69% from 255) = 35.37%

 BLUE value IS 45 (17.97% from 255) = 11.45%

R = 53.18%
G = 35.37%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D18B2D (or 0xD18B2D) is known color: Fuel Yellow. HEX triplet: D1, 8B and 2D. RGB value is (209,139,45). Sum of RGB (Red+Green+Blue) = 209+139+45=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18B2D is #2E74D2. Grayscale: #959595. Windows color (decimal): -3044563 or 2984913. OLE color: 2984913.

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

Color convert

RGB 209 139 45 -
CMYK 0 0.33 0.78 0.18
HSL 34.39º 0.65% 0.5% -
HSV(B) 34.39º 0.78% 0.82% -
XYZ 36 32.21 6.8 -
YUV 149.21 69.19 170.64 -
System Red Green Blue C M Y K H S L
Decimal 209 139 45 0 0.33 0.78 0.18 34.39 0.65 0.5
Hex D1 8B 2D 0 21 4E 12 22 41 32
Octal 321 213 55 0 41 116 22 42 101 62
Binary 11010001 10001011 101101 0 100001 1001110 10010 100010 1000001 110010

Color Harmonies of #D18B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B2D

Black with #D18B2D

Text Example


Text Example

White with #D18B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B2D; }

 p { color: rgb(209,139,45); }

 H1.HeaderClassName
 {
   color: #D18B2D;
 }
 .AnyTagClassName
 {
   color: #D18B2D;
 }
</style>

background-color css

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

 a { background-color: rgb(209,139,45); }

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

border-color css

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

 span { border-color: rgb(209,139,45); }

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