#D5923A

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

Shades of Fuel Yellow #D5923A

Tints of Fuel Yellow #D5923A

Color information

#D5923A (or 0xD5923A) is unknown color: approx Fuel Yellow. HEX triplet: D5, 92 and 3A. RGB value is (213,146,58). Sum of RGB (Red+Green+Blue) = 213+146+58=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5923A is #2A6DC5. Grayscale: #9C9C9C. Windows color (decimal): -2780614 or 3838677. OLE color: 3838677.

HSL color Cylindrical-coordinate representation of color #D5923A: hue angle of 34.06º 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 #D5923A is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB21314658-
CMYK00.310.730.16
HSL34.06º64.85%53.14%-
HSV(B)34.06º72.77%83.53%-
XYZ38.4835.018.73-
YUV15672.7168.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.08%
GREEN value IS 146 (57.42% from 255) = 35.01%
BLUE value IS 58 (23.05% from 255) = 13.91%
R=51.08%
G=35.01%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131465800.310.730.1634.0664.8553.14
HexD5923A01F4910224135
Octal32522272037111204210165
Binary11010101100100101110100111111001001100001000101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5923A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5923A; }

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

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

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

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

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

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

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

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