#d2963c

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

Shades of Fuel Yellow #D2963C

Tints of Fuel Yellow #D2963C

Color information

#D2963C (or 0xD2963C) is unknown color: approx Fuel Yellow. HEX triplet: D2, 96 and 3C. RGB value is (210,150,60). Sum of RGB (Red+Green+Blue) = 210+150+60=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2963C is #2D69C3. Grayscale: #9E9E9E. Windows color (decimal): -2976196 or 3970770. OLE color: 3970770.

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

Color convert

RGB21015060-
CMYK00.290.710.18
HSL36º62.5%52.94%-
HSV(B)36º71.43%82.35%-
XYZ38.335.849.17-
YUV157.6872.88165.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 60 (23.83% from 255) = 14.29%
R=50%
G=35.71%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101506000.290.710.183662.552.94
HexD2963C01D4712243e35
Octal3222267403510722447665
Binary1101001010010110111100011101100011110010100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2963c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2963c; }

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

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

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

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

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

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

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

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