Html Css Color HEX #DA9334 Fuel Yellow

📋 copy color: '#DA9334'

red 218 ◦ green 147 ◦ blue 52

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

Shades of Fuel Yellow #DA9334

Tints of Fuel Yellow #DA9334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

 BLUE value IS 52 (20.7% from 255) = 12.47%

R = 52.28%
G = 35.25%
B = 12.47%

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

#DA9334 (or 0xDA9334) is known color: Fuel Yellow. HEX triplet: DA, 93 and 34. RGB value is (218,147,52). Sum of RGB (Red+Green+Blue) = 218+147+52=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9334 is #256CCB. Grayscale: #9D9D9D. Windows color (decimal): -2452684 or 3445722. OLE color: 3445722.

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

Color convert

RGB 218 147 52 -
CMYK 0 0.33 0.76 0.15
HSL 34.34º 0.69% 0.53% -
HSV(B) 34.34º 0.76% 0.85% -
XYZ 39.97 36.02 8.1 -
YUV 157.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 218 147 52 0 0.33 0.76 0.15 34.34 0.69 0.53
Hex DA 93 34 0 21 4C F 22 45 35
Octal 332 223 64 0 41 114 17 42 105 65
Binary 11011010 10010011 110100 0 100001 1001100 1111 100010 1000101 110101

Color Harmonies of #DA9334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9334

Black with #DA9334

Text Example


Text Example

White with #DA9334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9334; }

 p { color: rgb(218,147,52); }

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

background-color css

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

 a { background-color: rgb(218,147,52); }

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

border-color css

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

 span { border-color: rgb(218,147,52); }

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