Html Css Color HEX #D0982E Fuel Yellow

📋 copy color: '#D0982E'

red 208 ◦ green 152 ◦ blue 46

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

Shades of Fuel Yellow #D0982E

Tints of Fuel Yellow #D0982E

RGB

 RED value IS 208 (81.64% from 255) = 51.23%

 GREEN value IS 152 (59.77% from 255) = 37.44%

 BLUE value IS 46 (18.36% from 255) = 11.33%

R = 51.23%
G = 37.44%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0982E (or 0xD0982E) is known color: Fuel Yellow. HEX triplet: D0, 98 and 2E. RGB value is (208,152,46). Sum of RGB (Red+Green+Blue) = 208+152+46=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0982E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0982E is #2F67D1. Grayscale: #9D9D9D. Windows color (decimal): -3106770 or 3053776. OLE color: 3053776.

HSL color Cylindrical-coordinate representation of color #D0982E: hue angle of 39.26º degrees, saturation: 0.64, 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 #D0982E is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 152 46 -
CMYK 0 0.27 0.78 0.18
HSL 39.26º 0.64% 0.5% -
HSV(B) 39.26º 0.78% 0.82% -
XYZ 37.73 36.06 7.56 -
YUV 156.66 65.55 164.62 -
System Red Green Blue C M Y K H S L
Decimal 208 152 46 0 0.27 0.78 0.18 39.26 0.64 0.5
Hex D0 98 2E 0 1B 4E 12 27 40 32
Octal 320 230 56 0 33 116 22 47 100 62
Binary 11010000 10011000 101110 0 11011 1001110 10010 100111 1000000 110010

Color Harmonies of #D0982E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0982E

Black with #D0982E

Text Example


Text Example

White with #D0982E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0982E; }

 p { color: rgb(208,152,46); }

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

background-color css

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

 a { background-color: rgb(208,152,46); }

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

border-color css

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

 span { border-color: rgb(208,152,46); }

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