Html Css Color HEX #D18A31 Fuel Yellow

📋 copy color: '#D18A31'

red 209 ◦ green 138 ◦ blue 49

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

Shades of Fuel Yellow #D18A31

Tints of Fuel Yellow #D18A31

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

 BLUE value IS 49 (19.53% from 255) = 12.37%

R = 52.78%
G = 34.85%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D18A31 (or 0xD18A31) is known color: Fuel Yellow. HEX triplet: D1, 8A and 31. RGB value is (209,138,49). Sum of RGB (Red+Green+Blue) = 209+138+49=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18A31 is #2E75CE. Grayscale: #959595. Windows color (decimal): -3044815 or 3246801. OLE color: 3246801.

HSL color Cylindrical-coordinate representation of color #D18A31: hue angle of 33.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D18A31 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 138 49 -
CMYK 0 0.34 0.77 0.18
HSL 33.38º 0.63% 0.51% -
HSV(B) 33.38º 0.77% 0.82% -
XYZ 35.94 31.95 7.18 -
YUV 149.08 71.52 170.74 -
System Red Green Blue C M Y K H S L
Decimal 209 138 49 0 0.34 0.77 0.18 33.38 0.63 0.51
Hex D1 8A 31 0 22 4D 12 21 3F 33
Octal 321 212 61 0 42 115 22 41 77 63
Binary 11010001 10001010 110001 0 100010 1001101 10010 100001 111111 110011

Color Harmonies of #D18A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A31

Black with #D18A31

Text Example


Text Example

White with #D18A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A31; }

 p { color: rgb(209,138,49); }

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

background-color css

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

 a { background-color: rgb(209,138,49); }

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

border-color css

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

 span { border-color: rgb(209,138,49); }

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