Html Css Color HEX #DA8F31 Fuel Yellow

📋 copy color: '#DA8F31'

red 218 ◦ green 143 ◦ blue 49

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

Shades of Fuel Yellow #DA8F31

Tints of Fuel Yellow #DA8F31

RGB

 RED value IS 218 (85.55% from 255) = 53.17%

 GREEN value IS 143 (56.25% from 255) = 34.88%

 BLUE value IS 49 (19.53% from 255) = 11.95%

R = 53.17%
G = 34.88%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA8F31 (or 0xDA8F31) is known color: Fuel Yellow. HEX triplet: DA, 8F and 31. RGB value is (218,143,49). Sum of RGB (Red+Green+Blue) = 218+143+49=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8F31 is #2570CE. Grayscale: #9B9B9B. Windows color (decimal): -2453711 or 3248090. OLE color: 3248090.

HSL color Cylindrical-coordinate representation of color #DA8F31: hue angle of 33.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA8F31 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 143 49 -
CMYK 0 0.34 0.78 0.15
HSL 33.37º 0.7% 0.52% -
HSV(B) 33.37º 0.78% 0.85% -
XYZ 39.29 34.77 7.55 -
YUV 154.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 218 143 49 0 0.34 0.78 0.15 33.37 0.7 0.52
Hex DA 8F 31 0 22 4E F 21 46 34
Octal 332 217 61 0 42 116 17 41 106 64
Binary 11011010 10001111 110001 0 100010 1001110 1111 100001 1000110 110100

Color Harmonies of #DA8F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F31

Black with #DA8F31

Text Example


Text Example

White with #DA8F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F31; }

 p { color: rgb(218,143,49); }

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

background-color css

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

 a { background-color: rgb(218,143,49); }

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

border-color css

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

 span { border-color: rgb(218,143,49); }

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