#D69533

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

Shades of Fuel Yellow #D69533

Tints of Fuel Yellow #D69533

Color information

#D69533 (or 0xD69533) is unknown color: approx Fuel Yellow. HEX triplet: D6, 95 and 33. RGB value is (214,149,51). Sum of RGB (Red+Green+Blue) = 214+149+51=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D69533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69533 is #296ACC. Grayscale: #9D9D9D. Windows color (decimal): -2714317 or 3380694. OLE color: 3380694.

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

Color convert

RGB21414951-
CMYK00.300.760.16
HSL36.07º66.53%51.96%-
HSV(B)36.07º76.17%83.92%-
XYZ39.0836.038.03-
YUV157.2668.03168.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.69%
GREEN value IS 149 (58.59% from 255) = 35.99%
BLUE value IS 51 (20.31% from 255) = 12.32%
R=51.69%
G=35.99%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141495100.300.760.1636.0766.5351.96
HexD6953301E4C10244334
Octal32622563036114204410364
Binary11010110100101011100110111101001100100001001001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69533; }

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

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

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

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

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

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

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

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