#D68C35

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

Shades of Fuel Yellow #D68C35

Tints of Fuel Yellow #D68C35

Color information

#D68C35 (or 0xD68C35) is unknown color: approx Fuel Yellow. HEX triplet: D6, 8C and 35. RGB value is (214,140,53). Sum of RGB (Red+Green+Blue) = 214+140+53=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C35 is #2973CA. Grayscale: #989898. Windows color (decimal): -2716619 or 3509462. OLE color: 3509462.

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

Color convert

RGB21414053-
CMYK00.350.750.16
HSL32.42º66.26%52.35%-
HSV(B)32.42º75.23%83.92%-
XYZ37.7533.317.81-
YUV152.2172.02172.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.58%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 53 (21.09% from 255) = 13.02%
R=52.58%
G=34.40%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141405300.350.750.1632.4266.2652.35
HexD68C350234B10204234
Octal32621465043113204010264
Binary110101101000110011010101000111001011100001000001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C35; }

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

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

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

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

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

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

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

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