#DA9538

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

Shades of Fuel Yellow #DA9538

Tints of Fuel Yellow #DA9538

Color information

#DA9538 (or 0xDA9538) is unknown color: approx Fuel Yellow. HEX triplet: DA, 95 and 38. RGB value is (218,149,56). Sum of RGB (Red+Green+Blue) = 218+149+56=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9538 is #256AC7. Grayscale: #9F9F9F. Windows color (decimal): -2452168 or 3708378. OLE color: 3708378.

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

Color convert

RGB21814956-
CMYK00.320.740.15
HSL34.44º68.64%53.73%-
HSV(B)34.44º74.31%85.49%-
XYZ40.3736.698.69-
YUV159.0369.86170.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.54%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 56 (22.27% from 255) = 13.24%
R=51.54%
G=35.22%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181495600.320.740.1534.4468.6453.73
HexDA95380204AF224536
Octal33222570040112174210566
Binary11011010100101011110000100000100101011111000101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9538; }

 p { color: rgb(218,149,56); }

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

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

 a { background-color: rgb(218,149,56); }

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

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

 span { border-color: rgb(218,149,56); }

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