Html Css Color HEX #D5943A Fuel Yellow

📋 copy color: '#D5943A'

red 213 ◦ green 148 ◦ blue 58

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

Shades of Fuel Yellow #D5943A

Tints of Fuel Yellow #D5943A

RGB

 RED value IS 213 (83.59% from 255) = 50.84%

 GREEN value IS 148 (58.2% from 255) = 35.32%

 BLUE value IS 58 (23.05% from 255) = 13.84%

R = 50.84%
G = 35.32%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5943A (or 0xD5943A) is known color: Fuel Yellow. HEX triplet: D5, 94 and 3A. RGB value is (213,148,58). Sum of RGB (Red+Green+Blue) = 213+148+58=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5943A is #2A6BC5. Grayscale: #9D9D9D. Windows color (decimal): -2780102 or 3839189. OLE color: 3839189.

HSL color Cylindrical-coordinate representation of color #D5943A: hue angle of 34.84º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5943A is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 58 -
CMYK 0 0.31 0.73 0.16
HSL 34.84º 0.65% 0.53% -
HSV(B) 34.84º 0.73% 0.84% -
XYZ 38.79 35.63 8.84 -
YUV 157.18 72.03 167.82 -
System Red Green Blue C M Y K H S L
Decimal 213 148 58 0 0.31 0.73 0.16 34.84 0.65 0.53
Hex D5 94 3A 0 1F 49 10 23 41 35
Octal 325 224 72 0 37 111 20 43 101 65
Binary 11010101 10010100 111010 0 11111 1001001 10000 100011 1000001 110101

Color Harmonies of #D5943A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5943A

Black with #D5943A

Text Example


Text Example

White with #D5943A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5943A; }

 p { color: rgb(213,148,58); }

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

background-color css

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

 a { background-color: rgb(213,148,58); }

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

border-color css

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

 span { border-color: rgb(213,148,58); }

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