Html Css Color HEX #DA9035 Fuel Yellow

📋 copy color: '#DA9035'

red 218 ◦ green 144 ◦ blue 53

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

Shades of Fuel Yellow #DA9035

Tints of Fuel Yellow #DA9035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.77%

R = 52.53%
G = 34.7%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA9035 (or 0xDA9035) is known color: Fuel Yellow. HEX triplet: DA, 90 and 35. RGB value is (218,144,53). Sum of RGB (Red+Green+Blue) = 218+144+53=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 53 (21.09% from 255 or 12.77% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9035 is #256FCA. Grayscale: #9C9C9C. Windows color (decimal): -2453451 or 3510490. OLE color: 3510490.

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

Color convert

RGB 218 144 53 -
CMYK 0 0.34 0.76 0.15
HSL 33.09º 0.69% 0.53% -
HSV(B) 33.09º 0.76% 0.85% -
XYZ 39.53 35.11 8.06 -
YUV 155.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 218 144 53 0 0.34 0.76 0.15 33.09 0.69 0.53
Hex DA 90 35 0 22 4C F 21 45 35
Octal 332 220 65 0 42 114 17 41 105 65
Binary 11011010 10010000 110101 0 100010 1001100 1111 100001 1000101 110101

Color Harmonies of #DA9035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9035

Black with #DA9035

Text Example


Text Example

White with #DA9035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9035; }

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

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

background-color css

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

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

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

border-color css

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

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

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