Html Css Color HEX #DA9033 Fuel Yellow

📋 copy color: '#DA9033'

red 218 ◦ green 144 ◦ blue 51

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

Shades of Fuel Yellow #DA9033

Tints of Fuel Yellow #DA9033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.35%

R = 52.78%
G = 34.87%
B = 12.35%

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

#DA9033 (or 0xDA9033) is known color: Fuel Yellow. HEX triplet: DA, 90 and 33. RGB value is (218,144,51). Sum of RGB (Red+Green+Blue) = 218+144+51=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9033 is #256FCC. Grayscale: #9B9B9B. Windows color (decimal): -2453453 or 3379418. OLE color: 3379418.

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

Color convert

RGB 218 144 51 -
CMYK 0 0.34 0.77 0.15
HSL 33.41º 0.69% 0.53% -
HSV(B) 33.41º 0.77% 0.85% -
XYZ 39.48 35.09 7.82 -
YUV 155.52 69.02 172.56 -
System Red Green Blue C M Y K H S L
Decimal 218 144 51 0 0.34 0.77 0.15 33.41 0.69 0.53
Hex DA 90 33 0 22 4D F 21 45 35
Octal 332 220 63 0 42 115 17 41 105 65
Binary 11011010 10010000 110011 0 100010 1001101 1111 100001 1000101 110101

Color Harmonies of #DA9033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9033

Black with #DA9033

Text Example


Text Example

White with #DA9033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9033; }

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

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

background-color css

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

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

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

border-color css

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

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

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