Html Css Color HEX #DA8C31 Fuel Yellow

📋 copy color: '#DA8C31'

red 218 ◦ green 140 ◦ blue 49

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

Shades of Fuel Yellow #DA8C31

Tints of Fuel Yellow #DA8C31

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

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

R = 53.56%
G = 34.4%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA8C31 (or 0xDA8C31) is known color: Fuel Yellow. HEX triplet: DA, 8C and 31. RGB value is (218,140,49). Sum of RGB (Red+Green+Blue) = 218+140+49=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8C31 is #2573CE. Grayscale: #999999. Windows color (decimal): -2454479 or 3247322. OLE color: 3247322.

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

Color convert

RGB 218 140 49 -
CMYK 0 0.36 0.78 0.15
HSL 32.31º 0.7% 0.52% -
HSV(B) 32.31º 0.78% 0.85% -
XYZ 38.85 33.88 7.4 -
YUV 152.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 218 140 49 0 0.36 0.78 0.15 32.31 0.7 0.52
Hex DA 8C 31 0 24 4E F 20 46 34
Octal 332 214 61 0 44 116 17 40 106 64
Binary 11011010 10001100 110001 0 100100 1001110 1111 100000 1000110 110100

Color Harmonies of #DA8C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C31

Black with #DA8C31

Text Example


Text Example

White with #DA8C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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