#D5943C

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

Shades of Fuel Yellow #D5943C

Tints of Fuel Yellow #D5943C

Color information

#D5943C (or 0xD5943C) is unknown color: approx Fuel Yellow. HEX triplet: D5, 94 and 3C. RGB value is (213,148,60). Sum of RGB (Red+Green+Blue) = 213+148+60=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5943C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5943C is #2A6BC3. Grayscale: #9D9D9D. Windows color (decimal): -2780100 or 3970261. OLE color: 3970261.

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

Color convert

RGB21314860-
CMYK00.310.720.16
HSL34.51º64.56%53.53%-
HSV(B)34.51º71.83%83.53%-
XYZ38.8535.659.11-
YUV157.473.03167.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.59%
GREEN value IS 148 (58.20% from 255) = 35.15%
BLUE value IS 60 (23.83% from 255) = 14.25%
R=50.59%
G=35.15%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131486000.310.720.1634.5164.5653.53
HexD5943C01F4810234136
Octal32522474037110204310166
Binary11010101100101001111000111111001000100001000111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5943C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5943C; }

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

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

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

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

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

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

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

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