#DA9435

Color #DA9435 Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #DA9435

Tints of Fuel Yellow #DA9435

Color information

#DA9435 (or 0xDA9435) is unknown color: approx Fuel Yellow. HEX triplet: DA, 94 and 35. RGB value is (218,148,53). Sum of RGB (Red+Green+Blue) = 218+148+53=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9435 is #256BCA. Grayscale: #9E9E9E. Windows color (decimal): -2452427 or 3511514. OLE color: 3511514.

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

Color convert

RGB21814853-
CMYK00.320.760.15
HSL34.55º69.04%53.14%-
HSV(B)34.55º75.69%85.49%-
XYZ40.1536.348.27-
YUV158.168.69170.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.03%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 53 (21.09% from 255) = 12.65%
R=52.03%
G=35.32%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181485300.320.760.1534.5569.0453.14
HexDA94350204CF234535
Octal33222465040114174310565
Binary11011010100101001101010100000100110011111000111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9435; }

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

 H1.HeaderClassName
 {
   color: #DA9435;
 }
 .AnyTagClassName
 {
   color: #DA9435;
 }
</style>
background-color css

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

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

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

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

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

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