#D68C2E

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

Shades of Fuel Yellow #D68C2E

Tints of Fuel Yellow #D68C2E

Color information

#D68C2E (or 0xD68C2E) is unknown color: approx Fuel Yellow. HEX triplet: D6, 8C and 2E. RGB value is (214,140,46). Sum of RGB (Red+Green+Blue) = 214+140+46=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C2E is #2973D1. Grayscale: #979797. Windows color (decimal): -2716626 or 3050710. OLE color: 3050710.

HSL color Cylindrical-coordinate representation of color #D68C2E: hue angle of 33.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D68C2E is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB21414046-
CMYK00.350.790.16
HSL33.57º67.2%50.98%-
HSV(B)33.57º78.5%83.92%-
XYZ37.633.257.02-
YUV151.4168.52172.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 140 (55.08% from 255) = 35%
BLUE value IS 46 (18.36% from 255) = 11.5%
R=53.5%
G=35%
B=11.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141404600.350.790.1633.5767.250.98
HexD68C2E0234F10224333
Octal32621456043117204210363
Binary110101101000110010111001000111001111100001000101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C2E; }

 p { color: rgb(214,140,46); }

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

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

 a { background-color: rgb(214,140,46); }

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

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

 span { border-color: rgb(214,140,46); }

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