#D6913B

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

Shades of Fuel Yellow #D6913B

Tints of Fuel Yellow #D6913B

Color information

#D6913B (or 0xD6913B) is unknown color: approx Fuel Yellow. HEX triplet: D6, 91 and 3B. RGB value is (214,145,59). Sum of RGB (Red+Green+Blue) = 214+145+59=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6913B is #296EC4. Grayscale: #9C9C9C. Windows color (decimal): -2715333 or 3903958. OLE color: 3903958.

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

Color convert

RGB21414559-
CMYK00.320.720.16
HSL33.29º65.4%53.53%-
HSV(B)33.29º72.43%83.92%-
XYZ38.6534.868.83-
YUV155.8373.36169.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.20%
GREEN value IS 145 (57.03% from 255) = 34.69%
BLUE value IS 59 (23.44% from 255) = 14.11%
R=51.20%
G=34.69%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141455900.320.720.1633.2965.453.53
HexD6913B0204810214136
Octal32622173040110204110166
Binary110101101001000111101101000001001000100001000011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6913B; }

 p { color: rgb(214,145,59); }

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

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

 a { background-color: rgb(214,145,59); }

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

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

 span { border-color: rgb(214,145,59); }

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