#D69333

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

Shades of Fuel Yellow #D69333

Tints of Fuel Yellow #D69333

Color information

#D69333 (or 0xD69333) is unknown color: approx Fuel Yellow. HEX triplet: D6, 93 and 33. RGB value is (214,147,51). Sum of RGB (Red+Green+Blue) = 214+147+51=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D69333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69333 is #296CCC. Grayscale: #9C9C9C. Windows color (decimal): -2714829 or 3380182. OLE color: 3380182.

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

Color convert

RGB21414751-
CMYK00.310.760.16
HSL35.34º66.53%51.96%-
HSV(B)35.34º76.17%83.92%-
XYZ38.7635.47.92-
YUV156.0968.7169.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.94%
GREEN value IS 147 (57.81% from 255) = 35.68%
BLUE value IS 51 (20.31% from 255) = 12.38%
R=51.94%
G=35.68%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141475100.310.760.1635.3466.5351.96
HexD6933301F4C10234334
Octal32622363037114204310364
Binary11010110100100111100110111111001100100001000111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69333; }

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

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

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

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

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

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

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

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