#D69331

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

Shades of Fuel Yellow #D69331

Tints of Fuel Yellow #D69331

Color information

#D69331 (or 0xD69331) is unknown color: approx Fuel Yellow. HEX triplet: D6, 93 and 31. RGB value is (214,147,49). Sum of RGB (Red+Green+Blue) = 214+147+49=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D69331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69331 is #296CCE. Grayscale: #9C9C9C. Windows color (decimal): -2714831 or 3249110. OLE color: 3249110.

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

Color convert

RGB21414749-
CMYK00.310.770.16
HSL35.64º66.8%51.57%-
HSV(B)35.64º77.1%83.92%-
XYZ38.7235.397.7-
YUV155.8667.7169.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.20%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 49 (19.53% from 255) = 11.95%
R=52.20%
G=35.85%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141474900.310.770.1635.6466.851.57
HexD6933101F4D10244334
Octal32622361037115204410364
Binary11010110100100111100010111111001101100001001001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69331; }

 p { color: rgb(214,147,49); }

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

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

 a { background-color: rgb(214,147,49); }

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

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

 span { border-color: rgb(214,147,49); }

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