#D69635

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

Shades of Fuel Yellow #D69635

Tints of Fuel Yellow #D69635

Color information

#D69635 (or 0xD69635) is unknown color: approx Fuel Yellow. HEX triplet: D6, 96 and 35. RGB value is (214,150,53). Sum of RGB (Red+Green+Blue) = 214+150+53=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D69635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69635 is #2969CA. Grayscale: #9E9E9E. Windows color (decimal): -2714059 or 3512022. OLE color: 3512022.

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

Color convert

RGB21415053-
CMYK00.300.750.16
HSL36.15º66.26%52.35%-
HSV(B)36.15º75.23%83.92%-
XYZ39.2836.378.32-
YUV158.0868.7167.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 53 (21.09% from 255) = 12.71%
R=51.32%
G=35.97%
B=12.71%

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
Decimal2141505300.300.750.1636.1566.2652.35
HexD6963501E4B10244234
Octal32622665036113204410264
Binary11010110100101101101010111101001011100001001001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69635; }

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

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

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

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

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

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

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

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