Html Css Color HEX #D3963F Fuel Yellow

📋 copy color: '#D3963F'

red 211 ◦ green 150 ◦ blue 63

#D3963F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuel Yellow #D3963F

Tints of Fuel Yellow #D3963F

RGB

 RED value IS 211 (82.81% from 255) = 49.76%

 GREEN value IS 150 (58.98% from 255) = 35.38%

 BLUE value IS 63 (25% from 255) = 14.86%

R = 49.76%
G = 35.38%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3963F (or 0xD3963F) is known color: Fuel Yellow. HEX triplet: D3, 96 and 3F. RGB value is (211,150,63). Sum of RGB (Red+Green+Blue) = 211+150+63=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3963F is #2C69C0. Grayscale: #9E9E9E. Windows color (decimal): -2910657 or 4167379. OLE color: 4167379.

HSL color Cylindrical-coordinate representation of color #D3963F: hue angle of 35.27º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D3963F is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 150 63 -
CMYK 0 0.29 0.70 0.17
HSL 35.27º 0.63% 0.54% -
HSV(B) 35.27º 0.7% 0.83% -
XYZ 38.67 36.02 9.62 -
YUV 158.32 74.21 165.57 -
System Red Green Blue C M Y K H S L
Decimal 211 150 63 0 0.29 0.70 0.17 35.27 0.63 0.54
Hex D3 96 3F 0 1D 46 11 23 3F 36
Octal 323 226 77 0 35 106 21 43 77 66
Binary 11010011 10010110 111111 0 11101 1000110 10001 100011 111111 110110

Color Harmonies of #D3963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3963F

Black with #D3963F

Text Example


Text Example

White with #D3963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3963F; }

 p { color: rgb(211,150,63); }

 H1.HeaderClassName
 {
   color: #D3963F;
 }
 .AnyTagClassName
 {
   color: #D3963F;
 }
</style>

background-color css

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

 a { background-color: rgb(211,150,63); }

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

border-color css

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

 span { border-color: rgb(211,150,63); }

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