#d1963c

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

Shades of Fuel Yellow #D1963C

Tints of Fuel Yellow #D1963C

Color information

#D1963C (or 0xD1963C) is unknown color: approx Fuel Yellow. HEX triplet: D1, 96 and 3C. RGB value is (209,150,60). Sum of RGB (Red+Green+Blue) = 209+150+60=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1963C is #2E69C3. Grayscale: #9D9D9D. Windows color (decimal): -3041732 or 3970769. OLE color: 3970769.

HSL color Cylindrical-coordinate representation of color #D1963C: hue angle of 36.24º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1963C is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB20915060-
CMYK00.280.710.18
HSL36.24º61.83%52.75%-
HSV(B)36.24º71.29%81.96%-
XYZ38.0235.699.16-
YUV157.3873.05164.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.88%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 60 (23.83% from 255) = 14.32%
R=49.88%
G=35.80%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091506000.280.710.1836.2461.8352.75
HexD1963C01C4712243e35
Octal3212267403410722447665
Binary1101000110010110111100011100100011110010100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1963c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1963c; }

 p { color: rgb(209,150,60); }

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

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

 a { background-color: rgb(209,150,60); }

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

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

 span { border-color: rgb(209,150,60); }

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