Html Css Color HEX #DA9136 Fuel Yellow

📋 copy color: '#DA9136'

red 218 ◦ green 145 ◦ blue 54

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

Shades of Fuel Yellow #DA9136

Tints of Fuel Yellow #DA9136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.95%

R = 52.28%
G = 34.77%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DA9136 (or 0xDA9136) is known color: Fuel Yellow. HEX triplet: DA, 91 and 36. RGB value is (218,145,54). Sum of RGB (Red+Green+Blue) = 218+145+54=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9136 is #256EC9. Grayscale: #9C9C9C. Windows color (decimal): -2453194 or 3576282. OLE color: 3576282.

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

Color convert

RGB 218 145 54 -
CMYK 0 0.33 0.75 0.15
HSL 33.29º 0.69% 0.53% -
HSV(B) 33.29º 0.75% 0.85% -
XYZ 39.7 35.42 8.23 -
YUV 156.45 70.18 171.9 -
System Red Green Blue C M Y K H S L
Decimal 218 145 54 0 0.33 0.75 0.15 33.29 0.69 0.53
Hex DA 91 36 0 21 4B F 21 45 35
Octal 332 221 66 0 41 113 17 41 105 65
Binary 11011010 10010001 110110 0 100001 1001011 1111 100001 1000101 110101

Color Harmonies of #DA9136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9136

Black with #DA9136

Text Example


Text Example

White with #DA9136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9136; }

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

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

background-color css

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

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

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

border-color css

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

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

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