#D68C33

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

Shades of Fuel Yellow #D68C33

Tints of Fuel Yellow #D68C33

Color information

#D68C33 (or 0xD68C33) is unknown color: approx Fuel Yellow. HEX triplet: D6, 8C and 33. RGB value is (214,140,51). Sum of RGB (Red+Green+Blue) = 214+140+51=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C33 is #2973CC. Grayscale: #989898. Windows color (decimal): -2716621 or 3378390. OLE color: 3378390.

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

Color convert

RGB21414051-
CMYK00.350.760.16
HSL32.76º66.53%51.96%-
HSV(B)32.76º76.17%83.92%-
XYZ37.7133.297.57-
YUV151.9871.02172.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.84%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 51 (20.31% from 255) = 12.59%
R=52.84%
G=34.57%
B=12.59%

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
Decimal2141405100.350.760.1632.7666.5351.96
HexD68C330234C10214334
Octal32621463043114204110364
Binary110101101000110011001101000111001100100001000011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C33; }

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

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

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

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

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

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

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

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