Html Css Color HEX #DA9132 Fuel Yellow

📋 copy color: '#DA9132'

red 218 ◦ green 145 ◦ blue 50

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

Shades of Fuel Yellow #DA9132

Tints of Fuel Yellow #DA9132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.11%

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

R = 52.78%
G = 35.11%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA9132 (or 0xDA9132) is known color: Fuel Yellow. HEX triplet: DA, 91 and 32. RGB value is (218,145,50). Sum of RGB (Red+Green+Blue) = 218+145+50=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9132 is #256ECD. Grayscale: #9C9C9C. Windows color (decimal): -2453198 or 3314138. OLE color: 3314138.

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

Color convert

RGB 218 145 50 -
CMYK 0 0.33 0.77 0.15
HSL 33.93º 0.69% 0.53% -
HSV(B) 33.93º 0.77% 0.85% -
XYZ 39.61 35.39 7.76 -
YUV 156 68.18 172.22 -
System Red Green Blue C M Y K H S L
Decimal 218 145 50 0 0.33 0.77 0.15 33.93 0.69 0.53
Hex DA 91 32 0 21 4D F 22 45 35
Octal 332 221 62 0 41 115 17 42 105 65
Binary 11011010 10010001 110010 0 100001 1001101 1111 100010 1000101 110101

Color Harmonies of #DA9132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9132

Black with #DA9132

Text Example


Text Example

White with #DA9132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9132; }

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

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

background-color css

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

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

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

border-color css

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

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

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