Html Css Color HEX #DA9032 Fuel Yellow

📋 copy color: '#DA9032'

red 218 ◦ green 144 ◦ blue 50

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

Shades of Fuel Yellow #DA9032

Tints of Fuel Yellow #DA9032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.95%

 BLUE value IS 50 (19.92% from 255) = 12.14%

R = 52.91%
G = 34.95%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA9032 (or 0xDA9032) is known color: Fuel Yellow. HEX triplet: DA, 90 and 32. RGB value is (218,144,50). Sum of RGB (Red+Green+Blue) = 218+144+50=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9032 is #256FCD. Grayscale: #9B9B9B. Windows color (decimal): -2453454 or 3313882. OLE color: 3313882.

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

Color convert

RGB 218 144 50 -
CMYK 0 0.34 0.77 0.15
HSL 33.57º 0.69% 0.53% -
HSV(B) 33.57º 0.77% 0.85% -
XYZ 39.46 35.08 7.71 -
YUV 155.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 218 144 50 0 0.34 0.77 0.15 33.57 0.69 0.53
Hex DA 90 32 0 22 4D F 22 45 35
Octal 332 220 62 0 42 115 17 42 105 65
Binary 11011010 10010000 110010 0 100010 1001101 1111 100010 1000101 110101

Color Harmonies of #DA9032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9032

Black with #DA9032

Text Example


Text Example

White with #DA9032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9032; }

 p { color: rgb(218,144,50); }

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

background-color css

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

 a { background-color: rgb(218,144,50); }

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

border-color css

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

 span { border-color: rgb(218,144,50); }

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