#D68B33

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

Shades of Fuel Yellow #D68B33

Tints of Fuel Yellow #D68B33

Color information

#D68B33 (or 0xD68B33) is unknown color: approx Fuel Yellow. HEX triplet: D6, 8B and 33. RGB value is (214,139,51). Sum of RGB (Red+Green+Blue) = 214+139+51=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68B33 is #2974CC. Grayscale: #979797. Windows color (decimal): -2716877 or 3378134. OLE color: 3378134.

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

Color convert

RGB21413951-
CMYK00.350.760.16
HSL32.39º66.53%51.96%-
HSV(B)32.39º76.17%83.92%-
XYZ37.56337.52-
YUV151.3971.35172.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.97%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 51 (20.31% from 255) = 12.62%
R=52.97%
G=34.41%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141395100.350.760.1632.3966.5351.96
HexD68B330234C10204334
Octal32621363043114204010364
Binary110101101000101111001101000111001100100001000001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68B33; }

 p { color: rgb(214,139,51); }

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

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

 a { background-color: rgb(214,139,51); }

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

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

 span { border-color: rgb(214,139,51); }

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