Html Css Color HEX #DA9135 Fuel Yellow

📋 copy color: '#DA9135'

red 218 ◦ green 145 ◦ blue 53

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

Shades of Fuel Yellow #DA9135

Tints of Fuel Yellow #DA9135

RGB

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

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

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

R = 52.4%
G = 34.86%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA9135 (or 0xDA9135) is known color: Fuel Yellow. HEX triplet: DA, 91 and 35. RGB value is (218,145,53). Sum of RGB (Red+Green+Blue) = 218+145+53=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9135 is #256ECA. Grayscale: #9C9C9C. Windows color (decimal): -2453195 or 3510746. OLE color: 3510746.

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

Color convert

RGB 218 145 53 -
CMYK 0 0.33 0.76 0.15
HSL 33.45º 0.69% 0.53% -
HSV(B) 33.45º 0.76% 0.85% -
XYZ 39.68 35.41 8.11 -
YUV 156.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 218 145 53 0 0.33 0.76 0.15 33.45 0.69 0.53
Hex DA 91 35 0 21 4C F 21 45 35
Octal 332 221 65 0 41 114 17 41 105 65
Binary 11011010 10010001 110101 0 100001 1001100 1111 100001 1000101 110101

Color Harmonies of #DA9135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9135

Black with #DA9135

Text Example


Text Example

White with #DA9135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9135; }

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

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

background-color css

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

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

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

border-color css

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

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

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