#D69535

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

Shades of Fuel Yellow #D69535

Tints of Fuel Yellow #D69535

Color information

#D69535 (or 0xD69535) is unknown color: approx Fuel Yellow. HEX triplet: D6, 95 and 35. RGB value is (214,149,53). Sum of RGB (Red+Green+Blue) = 214+149+53=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D69535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69535 is #296ACA. Grayscale: #9D9D9D. Windows color (decimal): -2714315 or 3511766. OLE color: 3511766.

HSL color Cylindrical-coordinate representation of color #D69535: hue angle of 35.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D69535 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB21414953-
CMYK00.300.750.16
HSL35.78º66.26%52.35%-
HSV(B)35.78º75.23%83.92%-
XYZ39.1236.058.26-
YUV157.4969.03168.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.44%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 53 (21.09% from 255) = 12.74%
R=51.44%
G=35.82%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141495300.300.750.1635.7866.2652.35
HexD6953501E4B10244234
Octal32622565036113204410264
Binary11010110100101011101010111101001011100001001001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69535; }

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

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

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

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

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

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

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

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