#D68F3D

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

Shades of Fuel Yellow #D68F3D

Tints of Fuel Yellow #D68F3D

Color information

#D68F3D (or 0xD68F3D) is unknown color: approx Fuel Yellow. HEX triplet: D6, 8F and 3D. RGB value is (214,143,61). Sum of RGB (Red+Green+Blue) = 214+143+61=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F3D is #2970C2. Grayscale: #9B9B9B. Windows color (decimal): -2715843 or 4034518. OLE color: 4034518.

HSL color Cylindrical-coordinate representation of color #D68F3D: hue angle of 32.16º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D68F3D is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB21414361-
CMYK00.330.710.16
HSL32.16º65.11%53.92%-
HSV(B)32.16º71.5%83.92%-
XYZ38.434.289.01-
YUV154.8875.02170.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.20%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 61 (24.22% from 255) = 14.59%
R=51.20%
G=34.21%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141436100.330.710.1632.1665.1153.92
HexD68F3D0214710204136
Octal32621775041107204010166
Binary110101101000111111110101000011000111100001000001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68F3D; }

 p { color: rgb(214,143,61); }

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

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

 a { background-color: rgb(214,143,61); }

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

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

 span { border-color: rgb(214,143,61); }

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