#D69734

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

Shades of Fuel Yellow #D69734

Tints of Fuel Yellow #D69734

Color information

#D69734 (or 0xD69734) is unknown color: approx Fuel Yellow. HEX triplet: D6, 97 and 34. RGB value is (214,151,52). Sum of RGB (Red+Green+Blue) = 214+151+52=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D69734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69734 is #2968CB. Grayscale: #9F9F9F. Windows color (decimal): -2713804 or 3446742. OLE color: 3446742.

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

Color convert

RGB21415152-
CMYK00.290.760.16
HSL36.67º66.39%52.16%-
HSV(B)36.67º75.7%83.92%-
XYZ39.4236.688.25-
YUV158.5567.87167.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 52 (20.70% from 255) = 12.47%
R=51.32%
G=36.21%
B=12.47%

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
Decimal2141515200.290.760.1636.6766.3952.16
HexD6973401D4C10254234
Octal32622764035114204510264
Binary11010110100101111101000111011001100100001001011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69734; }

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

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

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

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

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

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

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

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