#D69433

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

Shades of Fuel Yellow #D69433

Tints of Fuel Yellow #D69433

Color information

#D69433 (or 0xD69433) is unknown color: approx Fuel Yellow. HEX triplet: D6, 94 and 33. RGB value is (214,148,51). Sum of RGB (Red+Green+Blue) = 214+148+51=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 51 (20.31% from 255 or 12.35% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D69433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69433 is #296BCC. Grayscale: #9D9D9D. Windows color (decimal): -2714573 or 3380438. OLE color: 3380438.

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

Color convert

RGB21414851-
CMYK00.310.760.16
HSL35.71º66.53%51.96%-
HSV(B)35.71º76.17%83.92%-
XYZ38.9235.717.97-
YUV156.6868.37168.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.82%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 51 (20.31% from 255) = 12.35%
R=51.82%
G=35.84%
B=12.35%

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
Decimal2141485100.310.760.1635.7166.5351.96
HexD6943301F4C10244334
Octal32622463037114204410364
Binary11010110100101001100110111111001100100001001001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69433; }

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

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

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

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

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

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

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

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