Html Css Color HEX #D0982D Fuel Yellow

📋 copy color: '#D0982D'

red 208 ◦ green 152 ◦ blue 45

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

Shades of Fuel Yellow #D0982D

Tints of Fuel Yellow #D0982D

RGB

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

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

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

R = 51.36%
G = 37.53%
B = 11.11%

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

#D0982D (or 0xD0982D) is known color: Fuel Yellow. HEX triplet: D0, 98 and 2D. RGB value is (208,152,45). Sum of RGB (Red+Green+Blue) = 208+152+45=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0982D is #2F67D2. Grayscale: #9D9D9D. Windows color (decimal): -3106771 or 2988240. OLE color: 2988240.

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

Color convert

RGB 208 152 45 -
CMYK 0 0.27 0.78 0.18
HSL 39.39º 0.64% 0.5% -
HSV(B) 39.39º 0.78% 0.82% -
XYZ 37.71 36.06 7.45 -
YUV 156.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 208 152 45 0 0.27 0.78 0.18 39.39 0.64 0.5
Hex D0 98 2D 0 1B 4E 12 27 40 32
Octal 320 230 55 0 33 116 22 47 100 62
Binary 11010000 10011000 101101 0 11011 1001110 10010 100111 1000000 110010

Color Harmonies of #D0982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0982D

Black with #D0982D

Text Example


Text Example

White with #D0982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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