#D68A35

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

Shades of Fuel Yellow #D68A35

Tints of Fuel Yellow #D68A35

Color information

#D68A35 (or 0xD68A35) is unknown color: approx Fuel Yellow. HEX triplet: D6, 8A and 35. RGB value is (214,138,53). Sum of RGB (Red+Green+Blue) = 214+138+53=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A35 is #2975CA. Grayscale: #979797. Windows color (decimal): -2717131 or 3508950. OLE color: 3508950.

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

Color convert

RGB21413853-
CMYK00.360.750.16
HSL31.68º66.26%52.35%-
HSV(B)31.68º75.23%83.92%-
XYZ37.4632.737.71-
YUV151.0372.68172.91-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.84%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 53 (21.09% from 255) = 13.09%
R=52.84%
G=34.07%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141385300.360.750.1631.6866.2652.35
HexD68A350244B10204234
Octal32621265044113204010264
Binary110101101000101011010101001001001011100001000001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A35; }

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

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

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

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

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

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

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

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