Html Css Color HEX #D0982F Fuel Yellow

📋 copy color: '#D0982F'

red 208 ◦ green 152 ◦ blue 47

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

Shades of Fuel Yellow #D0982F

Tints of Fuel Yellow #D0982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.55%

R = 51.11%
G = 37.35%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0982F (or 0xD0982F) is known color: Fuel Yellow. HEX triplet: D0, 98 and 2F. RGB value is (208,152,47). Sum of RGB (Red+Green+Blue) = 208+152+47=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0982F is #2F67D0. Grayscale: #9D9D9D. Windows color (decimal): -3106769 or 3119312. OLE color: 3119312.

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

Color convert

RGB 208 152 47 -
CMYK 0 0.27 0.77 0.18
HSL 39.13º 0.63% 0.5% -
HSV(B) 39.13º 0.77% 0.82% -
XYZ 37.75 36.07 7.66 -
YUV 156.77 66.05 164.54 -
System Red Green Blue C M Y K H S L
Decimal 208 152 47 0 0.27 0.77 0.18 39.13 0.63 0.5
Hex D0 98 2F 0 1B 4D 12 27 3F 32
Octal 320 230 57 0 33 115 22 47 77 62
Binary 11010000 10011000 101111 0 11011 1001101 10010 100111 111111 110010

Color Harmonies of #D0982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0982F

Black with #D0982F

Text Example


Text Example

White with #D0982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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