Html Css Color HEX #D3982F Fuel Yellow

📋 copy color: '#D3982F'

red 211 ◦ green 152 ◦ blue 47

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

Shades of Fuel Yellow #D3982F

Tints of Fuel Yellow #D3982F

RGB

 RED value IS 211 (82.81% from 255) = 51.46%

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

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

R = 51.46%
G = 37.07%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3982F (or 0xD3982F) is known color: Fuel Yellow. HEX triplet: D3, 98 and 2F. RGB value is (211,152,47). Sum of RGB (Red+Green+Blue) = 211+152+47=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D3982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3982F is #2C67D0. Grayscale: #9E9E9E. Windows color (decimal): -2910161 or 3119315. OLE color: 3119315.

HSL color Cylindrical-coordinate representation of color #D3982F: hue angle of 38.41º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3982F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 152 47 -
CMYK 0 0.28 0.78 0.17
HSL 38.41º 0.65% 0.51% -
HSV(B) 38.41º 0.78% 0.83% -
XYZ 38.61 36.51 7.7 -
YUV 157.67 65.55 166.04 -
System Red Green Blue C M Y K H S L
Decimal 211 152 47 0 0.28 0.78 0.17 38.41 0.65 0.51
Hex D3 98 2F 0 1C 4E 11 26 41 33
Octal 323 230 57 0 34 116 21 46 101 63
Binary 11010011 10011000 101111 0 11100 1001110 10001 100110 1000001 110011

Color Harmonies of #D3982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3982F

Black with #D3982F

Text Example


Text Example

White with #D3982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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