Html Css Color HEX #D18E3C Fuel Yellow

📋 copy color: '#D18E3C'

red 209 ◦ green 142 ◦ blue 60

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

Shades of Fuel Yellow #D18E3C

Tints of Fuel Yellow #D18E3C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

 BLUE value IS 60 (23.83% from 255) = 14.6%

R = 50.85%
G = 34.55%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D18E3C (or 0xD18E3C) is known color: Fuel Yellow. HEX triplet: D1, 8E and 3C. RGB value is (209,142,60). Sum of RGB (Red+Green+Blue) = 209+142+60=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18E3C is #2E71C3. Grayscale: #999999. Windows color (decimal): -3043780 or 3968721. OLE color: 3968721.

HSL color Cylindrical-coordinate representation of color #D18E3C: hue angle of 33.02º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D18E3C is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 142 60 -
CMYK 0 0.32 0.71 0.18
HSL 33.02º 0.62% 0.53% -
HSV(B) 33.02º 0.71% 0.82% -
XYZ 36.78 33.23 8.75 -
YUV 152.69 75.7 168.17 -
System Red Green Blue C M Y K H S L
Decimal 209 142 60 0 0.32 0.71 0.18 33.02 0.62 0.53
Hex D1 8E 3C 0 20 47 12 21 3E 35
Octal 321 216 74 0 40 107 22 41 76 65
Binary 11010001 10001110 111100 0 100000 1000111 10010 100001 111110 110101

Color Harmonies of #D18E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E3C

Black with #D18E3C

Text Example


Text Example

White with #D18E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E3C; }

 p { color: rgb(209,142,60); }

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

background-color css

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

 a { background-color: rgb(209,142,60); }

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

border-color css

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

 span { border-color: rgb(209,142,60); }

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