#D69934

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

Shades of Fuel Yellow #D69934

Tints of Fuel Yellow #D69934

Color information

#D69934 (or 0xD69934) is unknown color: approx Fuel Yellow. HEX triplet: D6, 99 and 34. RGB value is (214,153,52). Sum of RGB (Red+Green+Blue) = 214+153+52=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D69934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69934 is #2966CB. Grayscale: #A0A0A0. Windows color (decimal): -2713292 or 3447254. OLE color: 3447254.

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

Color convert

RGB21415352-
CMYK00.290.760.16
HSL37.41º66.39%52.16%-
HSV(B)37.41º75.7%83.92%-
XYZ39.7437.338.36-
YUV159.7267.21166.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.07%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 52 (20.70% from 255) = 12.41%
R=51.07%
G=36.52%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141535200.290.760.1637.4166.3952.16
HexD6993401D4C10254234
Octal32623164035114204510264
Binary11010110100110011101000111011001100100001001011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69934; }

 p { color: rgb(214,153,52); }

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

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

 a { background-color: rgb(214,153,52); }

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

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

 span { border-color: rgb(214,153,52); }

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